-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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": "ems-frontend",
"version": "1.0.0-rc.1",
"private": true,
"engines": {
"node": ">=20.19.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"antd": "^5.26.7",
"aos": "^2.3.4",
"dayjs": "^1.11.13",
"gsap": "^3.15.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "7.18.2"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@vitejs/plugin-react": "6.0.4",
"eslint": "10.8.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.3",
"globals": "17.8.0",
"jsdom": "29.0.1",
"vite": "8.1.5",
"vitest": "4.1.10"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --max-warnings=0",
"test": "vitest run",
"audit:runtime": "node scripts/audit-runtime.mjs",
"audit:all": "node scripts/audit-runtime.mjs --include-dev",
"release:validate-env": "node scripts/validate-release-env.mjs",
"release:verify-bundle": "node scripts/verify-release-bundle.mjs"
}
}