forked from cnpm/cnpmweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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": "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",
"@gravatar/js": "^1.1.1",
"@monaco-editor/react": "^4.4.2",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.5",
"@vercel/node": "^2.15.5",
"antd": "^5.6.4",
"dayjs": "^1.11.9",
"eslint": "8.44.0",
"eslint-config-next": "13.4.4",
"github-markdown-css": "^5.2.0",
"github-slugger": "^2.0.0",
"giturl": "^2.0.0",
"highlight.js": "^11.8.0",
"lodash": "^4.17.21",
"marked": "^1.1.0",
"monaco-editor": "^0.39.0",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"semver": "^7.5.4",
"swr": "^2.2.0"
},
"repository": "[email protected]:elrrrrrrr/cnpmweb.git",
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/semver": "^7.5.0"
}
}