-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "github_dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://1cgeo.github.io/github_dashboard",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --cors",
"fetch-data": "node scripts/fetchData.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"analyze": "vite-bundle-visualizer"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"vite": "^6.0.7",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-compression": "^0.5.1"
}
}