forked from swellstores/horizon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.19 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "@swell/horizon",
"version": "0.5.0",
"private": true,
"engines": {
"node": "16.20",
"npm": ">=8"
},
"scripts": {
"dev": "yarn setup && next dev",
"generate": "yarn build",
"build": "yarn setup && next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --ci --collectCoverage --watchAll=false",
"lint:prettier": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"lint": "tsc --noEmit && eslint . && yarn lint:prettier",
"lintfix:prettier": "prettier --ignore-path .gitignore --write --plugin-search-dir=. --list-different .",
"lintfix": "tsc --noEmit && yarn lintfix:prettier && eslint --fix .",
"prepare": "husky install",
"setup": "yarn sync && yarn graphql:generate && yarn theme:generate",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"graphql:generate": "graphql-codegen --config codegen.yml -r dotenv/config",
"theme:generate": "node -r dotenv/config ./build-utils/generate-theme.mjs",
"chromatic": "npx chromatic",
"sync": "node -r dotenv/config ./build-utils/sync-storefront.mjs"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-navigation-menu": "^1.0.0",
"@radix-ui/react-slider": "^0.1.4",
"@radix-ui/react-tabs": "^0.1.5",
"@radix-ui/react-toast": "^0.1.1",
"@radix-ui/react-tooltip": "^0.1.7",
"click-to-react-component": "^1.0.7",
"cookie": "^0.4.2",
"framer-motion": "^6.3.4",
"google-fonts-helper": "^3.1.0",
"graphql": "^16.3.0",
"graphql-request": "^4.0.0",
"next": "^12.2.0",
"node-mocks-http": "^1.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-swipeable": "^6.2.1",
"sharp": "^0.31.2",
"swell-node": "^4.0.10",
"tailwindcss-radix": "^2.6.0",
"undici": "^5.19.1",
"use-debounce": "^8.0.1",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-graphql-request": "^4.3.7",
"@graphql-codegen/typescript-operations": "2.3.2",
"@iconify/react": "^3.2.1",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-viewport": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.2.1",
"@swell/cli": "^1.0.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.2.0",
"@types/cookie": "^0.4.1",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.set": "^4.3.7",
"@types/node": "^18.6.3",
"@types/react": "17.0.39",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"chromatic": "^6.5.1",
"dotenv": "^16.0.0",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-storybook": "^0.6.3",
"husky": "^7.0.4",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-junit": "^14.0.0",
"lint-staged": "^12.3.4",
"lodash.camelcase": "^4.3.0",
"lodash.set": "^4.3.2",
"msw": "^0.46.0",
"postcss": "^8.4.7",
"prettier": "2.5.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"storybook-addon-next": "^1.6.7",
"tailwindcss": "^3.1.8",
"tsc-files": "^1.1.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"webpack": "^5.76.0"
},
"browserslist": [
"last 2 chrome major versions, last 2 safari major versions, last 2 firefox major versions"
]
}