-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "start-view",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisbao1303/start-view.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lisbao1303/start-view/issues"
},
"homepage": "https://github.com/lisbao1303/start-view#readme",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"esm": "^3.2.25",
"next": "^10.0.7",
"next-pwa": "^5.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scroll": "^1.8.2",
"sass": "^1.32.8",
"sharp": "^0.28.1",
"styled-components": "^5.3.3",
"three": "^0.130.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"babelify": "^10.0.0",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2"
}
}