-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 920 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
{
"name": "next-static-site-antd",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/didilinkin/next-static-site-antd.git"
},
"scripts": {
"dev": "next -p 3002",
"build": "next build && next export",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"lodash": "^4.17.21"
},
"license": "MIT",
"dependencies": {
"@ant-design/cssinjs": "^1.5.6",
"@ant-design/icons": "^5.0.1",
"antd": "^5.1.7",
"dayjs": "^1.11.7",
"next": "12.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
"vanta": "^0.5.24"
}
}