-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
208 lines (208 loc) · 6.96 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"name": "bbl-nx",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BoBeenLee/bbl-nx.git"
},
"private": true,
"author": {
"name": "bobinlee"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.15.1"
},
"scripts": {
"post:new": "plop post",
"components:new": "plop ui-components",
"start": "nx serve",
"dev": "nx serve",
"dev:production": "nx serve --prod",
"build": "nx run-many --target=build",
"build:nextjs:prod": "nx build bbl-nextjs --prod",
"build:affected:all": "nx run-many affected --target=build",
"eslint": "nx run-many --target=lint",
"eslint:fix": "nx run-many --target=lint --configuration=fix",
"test": "npm run test:all",
"test:all": "nx run-many --target=test",
"test:affected": "nx affected --target=test --base=master --head=HEAD",
"test:affected:ci": "nx affected --target=test",
"test-storybook": "test-storybook --url http://localhost:4400/",
"storybook": "npm run ui-components:storybook",
"build-storybook": "nx run-many --target=build-storybook --projects=ui-components,features",
"build-storybook:github": "STORYBOOK_PREFIX_PATH=/bbl-nx nx run-many --target=build-storybook --projects=ui-components,features",
"bbl-nextjs:analyze": "env-cmd -f ./apps/bbl-nextjs/.analyze.env nx run bbl-nextjs:serve",
"bbl-nextjs:storybook": "nx run bbl-nextjs:storybook",
"bbl-nextjs:build-storybook": "nx run bbl-nextjs:build-storybook",
"features:storybook": "nx run features:storybook",
"features:build-storybook": "nx run features:build-storybook",
"ui-components:storybook": "nx run ui-components:storybook",
"ui-components:build-storybook": "nx run ui-components:build-storybook",
"images:imagemin": "imagemin 'libs/images/src/lib/assets/*.png' --plugin=pngquant --out-dir=libs/images/optimized",
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN -d=dist/storybook/ui-components"
},
"dependencies": {
"@netlify/functions": "1.4.0",
"@nx/devkit": "16.5.2",
"@react-icons/all-files": "^4.1.0",
"@remix-run/netlify": "^1.5.1",
"@remix-run/node": "^1.5.1",
"@remix-run/react": "^1.5.1",
"@remix-run/serve": "^1.5.1",
"@swc/helpers": "~0.5.0",
"@vercel/analytics": "^1.0.1",
"@xstate/react": "^3.0.0",
"axios": "1.2.2",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"cross-env": "^5.1.6",
"date-fns": "^2.29.1",
"express": "^4.18.1",
"firebase": "^7.8.0",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"lodash.isequal": "^4.5.0",
"marked": "^4.0.12",
"memoize-one": "^6.0.0",
"mobile-detect": "^1.4.1",
"next": "13.3.0",
"next-images": "1.8.4",
"next-pwa": "5.6.0",
"next-themes": "^0.2.1",
"qs": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"regenerator-runtime": "0.13.7",
"remark": "^10.0.1",
"remark-html": "^15.0.0",
"tslib": "^2.3.0",
"xstate": "^4.37.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "7.21.0",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.21.0",
"@babel/runtime": "^7.18.9",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@netlify/plugin-nextjs": "^4.7.0",
"@next/bundle-analyzer": "^13.0.0",
"@nrwl/tao": "16.5.2",
"@nx/cypress": "16.5.2",
"@nx/eslint-plugin": "16.5.2",
"@nx/jest": "16.5.2",
"@nx/js": "16.5.2",
"@nx/linter": "16.5.2",
"@nx/next": "16.5.2",
"@nx/plugin": "16.5.2",
"@nx/react": "16.5.2",
"@nx/rollup": "16.5.2",
"@nx/storybook": "16.5.2",
"@nx/web": "16.5.2",
"@nx/webpack": "16.5.2",
"@nx/workspace": "16.5.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@remix-run/dev": "^1.5.1",
"@storybook/addon-actions": "7.0.27",
"@storybook/addon-essentials": "7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.0.27",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-viewport": "^7.0.27",
"@storybook/addons": "7.0.27",
"@storybook/core": "^6.5.16",
"@storybook/core-server": "7.0.27",
"@storybook/jest": "^0.1.0",
"@storybook/nextjs": "7.0.27",
"@storybook/react": "7.0.27",
"@storybook/react-webpack5": "7.0.27",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "14.0.0",
"@types/chroma-js": "^2.1.3",
"@types/date-fns": "^2.6.0",
"@types/dotenv": "^6.1.0",
"@types/jest": "29.5.0",
"@types/lodash.isequal": "^4.5.6",
"@types/marked": "^4.0.3",
"@types/node": "18.11.9",
"@types/qs": "^6.5.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-helmet": "^6.0.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.5.0",
"babel-loader": "^9.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"chromatic": "^6.7.3",
"concurrently": "^7.0.0",
"css-loader": "^6.4.0",
"cypress": "^12.0.0",
"dotenv": "^16.0.1",
"env-cmd": "^10.1.0",
"eslint": "8.32.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "4.3.8",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"msw": "^0.49.0",
"msw-storybook-addon": "^1.8.0",
"nx": "16.5.2",
"nx-cloud": "16.1.0",
"plop": "^3.1.1",
"postcss": "8.4.19",
"postcss-loader": "^7.0.1",
"prettier": "2.8.4",
"react-refresh": "^0.14.0",
"storybook": "7.0.27",
"storybook-addon-swc": "^1.2.0",
"storybook-addon-tailwindcss-dark-mode": "0.0.9",
"style-loader": "^3.3.0",
"stylus": "0.59.0",
"stylus-loader": "^7.1.0",
"tailwindcss": "3.2.7",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "5.1.6",
"url-loader": "^4.1.1",
"webpack": "5.88.1",
"webpack-merge": "^5.8.0"
},
"bugs": {
"url": "https://github.com/BoBeenLee/bbl-nx/issues"
},
"readme": "./README.md",
"homepage": "https://github.com/BoBeenLee/bbl-nx#readme",
"_id": "[email protected]",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"libs/*"
]
}