-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 3.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "lilt-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"loki:ci": "yarn run storybook:build; yarn run loki:test",
"loki:report": "yarn run reg-cli ./.loki/current ./.loki/reference ./.loki/diff --extendedErrors --enableAntialias --matchingThreshold .2 --report ./.loki/index.html --json ./.loki/report.json",
"loki:test": "loki test --requireReference --chromeTolerance 12 --reactUri file:./storybook-static; yarn run loki:report",
"loki:update": "yarn run loki:ci; yarn run loki update --requireReference --chromeTolerance 12 --reactUri file:./storybook-static;",
"reg-cli:update": "yarn run reg-cli ./.loki/current ./.loki/reference ./.loki/diff --json ./.loki/report.json -U",
"reg-cli:test": "yarn run reg-cli ./.loki/current ./.loki/reference ./.loki/diff --json ./.loki/report.json",
"start": "next start",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"test": "jest --watch",
"test:coverage": "jest --coverage",
"update-types": "graphql-codegen"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/js-cookie": "^3.0.6",
"classnames": "^2.3.2",
"focus-trap-react": "^10.1.4",
"framer-motion": "^10.12.16",
"graphql-request": "^6.1.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"js-cookie": "^3.0.5",
"next": "^13.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.1",
"react-player": "^2.13.0",
"sharp": "^0.32.6",
"storybook": "^7.4.5",
"zustand": "^4.3.8"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-tools/jest-transform": "^2.0.0",
"@graphql-tools/mock": "^9.0.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-mdx-gfm": "^7.4.5",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.5",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest-axe": "^3.5.5",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"encoding": "^0.1.13",
"eslint": "8.42.0",
"eslint-config-next": "^13.5.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.14",
"graphql": "^16.7.1",
"jest-axe": "^7.0.1",
"loki": "^0.32.0",
"prettier": "^3.0.0",
"react-test-renderer": "^18.2.0",
"reg-cli": "^0.17.7",
"sass": "^1.63.4",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "^5.1.3"
}
}