generated from zerosoul/react-starter
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
71 lines (71 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "github-star-stats",
"version": "1.4.0",
"description": "Awesome github repo star tool",
"main": "main.jsx",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerosoul/github-star-stats.git"
},
"keywords": [
"github",
"star",
"tool",
"react",
"repo",
"awesome"
],
"author": "Tristan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zerosoul/github-star-stats/issues"
},
"homepage": "https://stars.yangerxiao.com",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.7.0",
"@ungap/url-search-params": "^0.2.2",
"antd": "^4.23.4",
"consola": "^2.15.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-sparklines": "^1.7.0",
"recharts": "2.1.14",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@vitejs/plugin-react": "^2.1.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"vite": "^3.1.6",
"vite-plugin-style-import": "^2.0.0"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}