-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"export": "npm start build && next export",
"start": "next start -p 3000"
},
"dependencies": {
"@ant-design/dark-theme": "^2.0.2",
"@ant-design/icons": "^4.3.0",
"@types/ms": "^0.7.31",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.9.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"less": "^3.12.2",
"ms": "^2.1.3",
"next": "10.0.3",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-particles-js": "^3.4.1",
"react-tsparticles": "^1.18.12"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.21.5",
"typescript": "^4.1.3"
}
}