-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 793 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 793 Bytes
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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^4.16.8",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"highlight.js": "^9.15.10",
"less": "^4.1.1",
"lodash": "^4.17.21",
"markdown-navbar": "^1.4.3",
"marked": "^0.7.0",
"next": "9.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dynamic-import": "^1.1.5",
"react-markdown": "^6.0.2",
"react-zmage": "0.8.5-beta.31"
},
"devDependencies": {
"eslint": "7.31.0",
"eslint-config-next": "11.0.1"
}
}