-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "printernode",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./server",
"dev": "watchify public/js/index.js -v -t babelify -o public/build/bundle.js"
},
"dependencies": {
"axios": ">=0.18.1",
"babel": "^6.5.2",
"backbone": "^1.3.3",
"backbone-react-component": "^0.10.0",
"backbone.radio": "^1.0.5",
"bluebird": "^3.4.6",
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"csv": "^1.1.0",
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"glob": "^7.0.3",
"jquery": ">=3.4.0"
"jsonfile": "^2.3.1",
"moment": "^2.14.1",
"morgan": "^1.6.1",
"mqtt": "^1.11.0",
"multer": "^1.2.0",
"react": "^0.14.0",
"react-bootstrap": "^0.29.4",
"react-dom": "^0.14.0",
"react-notification-system": "^0.2.7",
"react-svg-inline": "^1.2.0",
"serialport": "^3.1.2",
"serve-favicon": "^2.3.0",
"tracer": "^0.8.3",
"underscore": "^1.8.3",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babelify": "^6.3.0",
"browserify": "^13.0.0",
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.4",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-dom-munger": "^3.4.0",
"load-grunt-tasks": "^3.2.0",
"request": "^2.60.0",
"time-grunt": "^1.2.1",
"watchify": "^3.7.0"
}
}