-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.4 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
46
47
48
49
50
51
{
"name": "robotslam-nodejs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"client": "webpack --watch",
"client:build": "webpack -p"
},
"dependencies": {
"body-parser": "^1.17.1",
"bootstrap.native": "^2.0.8",
"config": "^1.25.1",
"cookie-parser": "~1.4.3",
"express": "^4.15.2",
"express-fileupload": "^0.1.2",
"fast-csv": "^2.3.1",
"fs-promise": "^2.0.0",
"gm": "^1.23.0",
"jimp": "^0.2.27",
"js-yaml": "^3.8.1",
"mathjs": "^3.9.1",
"moment": "^2.18.1",
"morgan": "^1.8.1",
"netpbm": "^1.1.1",
"node-base64-image": "^1.0.3",
"pg": "^6.1.4",
"pug": "~2.0.0-beta10",
"regression": "^1.4.0",
"roslib": "github:robotwebtools/roslibjs#master",
"sequelize": "^3.30.2",
"serve-favicon": "^2.4.2",
"transformation-matrix-js": "^2.7.1",
"url-parse": "^1.1.7"
},
"devDependencies": {
"bootstrap": "^4.0.0-alpha.6",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"image-webpack-loader": "^3.2.0",
"leaflet": "^1.0.3",
"leaflet-imageoverlay-rotated": "github:ivansanchez/Leaflet.ImageOverlay.Rotated#gh-pages",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1"
}
}