-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 977 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
{
"version": "0.0.0",
"homepage": "http://nezteb.github.io/github-stars-dashboard/",
"scripts": {
"dev": "vite",
"build": "npx tsc && vite build",
"serve": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"axios": "^0.21.1",
"match-sorter": "^6.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-table": "^7.7.0",
"regenerator-runtime": "^0.13.7",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@types/node": "^15.12.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-table": "^7.7.1",
"@types/regenerator-runtime": "^0.13.0",
"@types/styled-components": "^5.1.10",
"@vitejs/plugin-react-refresh": "^1.3.1",
"gh-pages": "^3.2.3",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-babel-plugin": "^0.0.2"
}
}