-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "guiding-star-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@ant-design/cssinjs": "^1.21.0",
"@ant-design/icons": "^5.3.7",
"@ant-design/plots": "^2.2.5",
"@vitejs/plugin-react": "^4.3.1",
"antd": "^5.19.3",
"colord": "^2.9.3",
"copy-to-clipboard": "^3.3.3",
"less": "^4.2.0",
"patch-package": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-overlay": "^6.0.11",
"react-lazyload": "^3.2.1",
"react-router-dom": "^6.25.1",
"react-timeago": "^7.1.0",
"react-transition-group": "^4.4.5",
"terser": "^5.31.6",
"vite": "^5.3.1",
"vite-plugin-compression2": "^1.1.2",
"vite-plugin-html": "^3.2.2"
},
"devDependencies": {
"@types/react-timeago": "^4.1.7",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"analyze": "source-map-explorer --gzip --no-border-checks 'build/assets/*.js'",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}