-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2 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
{
"name": "react-declarative-e2e",
"type": "module",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.15.2",
"@mui/lab": "5.0.0-alpha.139",
"@mui/material": "5.11.0",
"@mui/system": "5.11.0",
"@mui/x-date-pickers": "6.3.1",
"@playwright/test": "1.44.1",
"@sentry/react": "7.57.0",
"clsx": "1.2.1",
"code-stringify": "2.0.3",
"dayjs": "1.11.5",
"history": "5.3.0",
"lodash": "4.17.21",
"mobx": "6.6.2",
"mobx-react": "7.5.3",
"path-to-regexp": "6.2.0",
"react": "18.2.0",
"react-declarative": "2.6.75",
"react-dom": "18.2.0",
"resize-observer-polyfill": "1.5.1",
"tss-react": "4.3.4",
"uuid": "9.0.0",
"xlsx": "0.18.5"
},
"scripts": {
"start": "npm run build & npm run test:ui",
"ui": "cross-env CC_NODE_ENV=development vite --host 0.0.0.0 --port 3000",
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
"cleanup": "npx -y rimraf ./node_modules/.vite",
"preview": "vite preview --host 0.0.0.0 --port 3000",
"test": "npx playwright test --config=playwright.config.ts",
"test:debug": "npx playwright test --debug --config=playwright.config.ts",
"test:ui": "npx playwright test --ui --config=playwright.config.ts",
"postinstall": "npx playwright install --with-deps chromium"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/node": "16.11.51",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/uuid": "8.3.4",
"@vitejs/plugin-legacy": "4.1.1",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react-swc": "3.3.2",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.45.0",
"terser": "5.19.4",
"ts-loader": "9.4.2",
"typescript": "5.0.2",
"vite": "4.4.5",
"vite-plugin-environment": "1.1.3",
"vite-plugin-full-reload": "1.0.5",
"vite-plugin-node-polyfills": "0.15.0"
}
}