-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.16 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
{
"name": "adv-frontend",
"version": "1.0.0",
"description": "",
"main": "src/app/appEntry.tsx",
"type": "module",
"scripts": {
"start": "pnpm dev",
"dev": "cross-env NODE_OPTIONS='--import=tsx' webpack serve --env development port=8080 --config webpack.config.ts --open",
"build:prod": "cross-env NODE_OPTIONS='--import=tsx' webpack --env production --config webpack.config.ts",
"build:dev": "cross-env NODE_OPTIONS='--import=tsx' webpack --env development --config webpack.config.ts",
"server": "cd ./mock-config-server && pnpm dlx mock-config-server",
"server-del": "node ./json-server/index.js",
"lint:jsts": "pnpm dlx eslint",
"lint:jsts:fix": "pnpm dlx eslint --fix",
"lint:scss": "pnpm dlx stylelint \"**/*.scss\"",
"lint:scss:fix": "pnpm dlx stylelint \"**/*.scss\" --fix",
"lint": "pnpm lint:jsts && pnpm lint:scss",
"test:unit": "vitest",
"test:ui": "pnpm dlx chromatic --build-script-name=storybook:build",
"storybook": "storybook dev -p 6006 -c ./config/storybook",
"storybook:build": "storybook build -c ./config/storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "^20.11.0",
"pnpm": "^9.0.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-styling-webpack": "0.0.6",
"@storybook/addon-themes": "^8.0.2",
"@storybook/blocks": "7.6.17",
"@storybook/core-events": "7.6.17",
"@storybook/icons": "^1.2.9",
"@storybook/preview-api": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/react-webpack5": "7.6.17",
"@storybook/test": "7.6.17",
"@stylistic/eslint-plugin": "^1.5.4",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/dotenv-webpack": "^7.0.7",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4.6.3",
"chromatic": "^10.7.1",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.9.0",
"dotenv-webpack": "^8.1.0",
"esbuild-loader": "^4.1.0",
"eslint": "^9.0.0",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vitest": "^0.5.3",
"fs": "0.0.1-security",
"globals": "^13.24.0",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"json-server": "0.17.4",
"mini-css-extract-plugin": "^2.7.7",
"mock-config-server": "^3.5.0",
"msw": "^2.2.13",
"msw-storybook-addon": "^2.0.0",
"path": "^0.12.7",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"storybook": "7.6.17",
"style-loader": "^3.3.4",
"stylelint": "^16.3.1",
"stylelint-config-clean-order": "^5.4.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard-scss": "^13.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.6.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@reduxjs/toolkit": "^2.2.1",
"bootstrap": "^5.3.3",
"i18next": "^23.7.18",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.2",
"valibot": "^0.30.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}