-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "NextJS-ROS-Control",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "NODE_ENV=production next start",
"analyze": "cross-env ANALYZE=1 next build"
},
"repository": {
"type": "git",
"url": "git+https://my.repo/"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://my.repo/issues"
},
"homepage": "https://my.repo/",
"dependencies": {
"@zeit/next-css": "^0.2.1-canary.2",
"bootstrap": "^4.1.3",
"cross-env": "^5.2.0",
"express": "^4.16.3",
"file-loader": "^2.0.0",
"leaflet.offline": "^1.0.4",
"next": "^8.0.0",
"react": "^16.5.2",
"react-checkbox-tree": "^1.4.1",
"react-dom": "^16.5.2",
"react-leaflet": "^2.0.1",
"react-leaflet-universal": "^1.2.0",
"reactstrap": "^6.4.0",
"roslib": "^0.20.0",
"style-loader": "^0.23.0",
"webpack-bundle-analyzer": "^2.13.1"
}
}