generated from tatsmaki/t-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "cv-web",
"version": "1.0.0",
"private": true,
"workspaces": [
"storybook",
"webpack"
],
"scripts": {
"start": "webpack serve --config webpack/webpack.dev",
"build": "webpack --config webpack/webpack.prod",
"storybook:start": "npm start --workspace=storybook",
"storybook:build": "npm run build --workspace=storybook"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/x-date-pickers": "^6.20.1",
"@sentry/react": "^8.17.0",
"cv-graphql": "^2.13.2",
"date-fns": "^2.30.0",
"graphql": "^16.6.0",
"i18next": "^23.12.1",
"i18next-http-backend": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.39.4",
"react-i18next": "^14.1.3",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "^5.2.2"
}
}