-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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
{
"name": "fe-do-make-a-pie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "cross-env NODE_ENV_PREVIEW=true vite preview",
"build:gh-pages": "cross-env APP_BASE_URL='fe-do-make-a-pie' yarn build",
"preview:gh-pages": "cross-env APP_BASE_URL='fe-do-make-a-pie' yarn preview",
"publish:gh-pages": "sh ./scripts/publish.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^4.23.0",
"classnames": "^2.3.1",
"echarts": "^5.3.3",
"echarts-gl": "^2.0.9",
"rc-resize-observer": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-window": "^1.8.7"
},
"devDependencies": {
"@types/node": "^18.7.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-window": "^1.8.5",
"@vitejs/plugin-react": "^2.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-react-app": "^7.0.1",
"less": "^4.1.3",
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vite-plugin-importus": "^1.0.4"
}
}