-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.01 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "networktablesdashboard",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"prestart": "babel-node tools/prestart.js",
"start": "npm-run-all --parallel watch:src lint:watch",
"open:src": "babel-node server/server.js",
"watch:src": "babel-watch server/server.js",
"lint": "node_modules/.bin/esw webpack.config.* src server",
"lint:watch": "npm run lint -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asinghani/NetworkTablesDashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/asinghani/NetworkTablesDashboard/issues"
},
"homepage": "https://github.com/asinghani/NetworkTablesDashboard#readme",
"dependencies": {
"apollo-client": "^0.4.20",
"apollo-server": "^0.3.2",
"babel-polyfill": "6.8.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chart.js": "^1.1.1",
"file-saver": "^1.3.3",
"graphql": "^0.7.1",
"graphql-tag": "^0.1.14",
"java": "^0.8.0",
"jquery": "2.2.3",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.11.4",
"moment": "^2.17.0",
"pace-progress": "^1.0.2",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"react": "15.0.2",
"react-apollo": "^0.5.7",
"react-bootstrap": "^0.30.3",
"react-chartjs": "^0.8.0",
"react-component-tree": "^1.0.1",
"react-context-menu": "^1.0.2",
"react-contextmenu": "^2.0.0-alpha.2",
"react-dom": "15.0.2",
"react-resizable-and-movable": "^3.0.0",
"react-router": "2.4.0",
"react-svg-gauge": "^1.0.4",
"recharts": "^0.19.0",
"sequelize": "^3.24.3",
"socket.io": "^1.6.0",
"socket.io-client": "^1.6.0",
"toastr": "2.1.2",
"underscore": "^1.8.3",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.1",
"winston-logs-display": "^0.1.1"
},
"devDependencies": {
"babel-cli": "6.8.0",
"babel-core": "6.8.0",
"babel-loader": "6.2.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-register": "6.8.0",
"babel-watch": "^2.0.3",
"colors": "1.1.2",
"compression": "1.6.1",
"cross-env": "1.0.7",
"css-loader": "^0.23.1",
"enzyme": "2.2.0",
"eslint": "2.9.0",
"eslint-plugin-import": "1.6.1",
"eslint-plugin-react": "5.0.1",
"eslint-watch": "2.1.11",
"eventsource-polyfill": "0.9.6",
"expect": "1.19.0",
"express": "4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "0.8.5",
"jsdom": "8.5.0",
"log.io": "^0.3.4",
"mocha": "2.4.5",
"nock": "8.0.0",
"node-sass": "^3.10.0",
"nodemon": "^1.10.2",
"npm-run-all": "1.8.0",
"open": "0.0.5",
"react-addons-test-utils": "15.0.2",
"rimraf": "2.5.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "0.5.7",
"webpack": "^1.13.0",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
}
}