-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "nextjs-antd-admin-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"test": "node test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth0/auth0-spa-js": "^1.2.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"ant-design-pro": "^2.3.2",
"antd": "^3.20.5",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.0",
"dotenv": "^8.1.0",
"indexof": "0.0.1",
"less": "^3.9.0",
"moment": "^2.24.0",
"next": "^9.0.5-canary.3",
"nookies": "^2.0.8",
"nprogress": "^0.2.0",
"null-loader": "^3.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-map-gl": "^5.0.10",
"react-ssr-prepass": "^1.0.6",
"styled-components": "^4.3.2",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1"
}
}