-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "cnpmweb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "^5.2.5",
"@gravatar/js": "^1.1.1",
"@monaco-editor/loader": "^1.3.3",
"@monaco-editor/react": "^4.4.2",
"@types/react-dom": "^18.2.5",
"antd": "^5.15.3",
"antd-style": "^3.4.4",
"chart.js": "^4.4.1",
"dayjs": "^1.11.9",
"github-slugger": "^2.0.0",
"giturl": "^2.0.0",
"highlight.js": "^11.8.0",
"lodash": "^4.17.21",
"marked": "^1.1.0",
"next": "^13.4.7",
"npm-package-arg": "^11.0.1",
"react": "^18.2.0",
"react-ansi": "^3.0.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"semver": "^7.5.4",
"swr": "^2.2.0"
},
"repository": "https://github.com/cnpm/cnpmweb.git",
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.1",
"@types/npm-package-arg": "^6.1.3",
"@types/react": "^18.2.14",
"@types/semver": "^7.5.0",
"@vercel/node": "^2.15.5",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.4",
"git-contributor": "^2.1.5",
"prettier": "^3.0.3",
"typescript": "^5.3.3"
},
"overrides": {
"npm-package-arg": {
"validate-npm-package-name": "5.0.0"
},
"react-ansi": {
"react": "^18.2.0"
}
}
}