-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
77 lines (77 loc) · 2.08 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
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
{
"name": "vidi-dashboard",
"version": "0.4.0",
"description": "A reporting dashboard written in node",
"main": "./server/start.js",
"license": "MIT",
"author": "Dean McDonnell (http://mcdonnelldean.me/)",
"contributors": [
"Michele Capra",
"Wyatt Preul",
"Mircea Alexandru",
"Adrian Rossouw",
"Cristian Kiss",
"Karolina Szczur (http://thefox.is)"
],
"repository": {
"type": "git",
"url": "git://github.com/nearform/vidi-dashboard.git"
},
"scripts": {
"copy": "copyfiles -f ./client/assets/img/favicon.png ./dist/img",
"build": "npm run copy & webpack --progress --colors",
"watch": "webpack -w",
"start": "node ./server/start.js"
},
"dependencies": {
"async": "1.5.2",
"bell": "6.3.0",
"boom": "3.1.2",
"chairo": "2.0.1",
"chartist": "0.9.7",
"concorda-client": "0.0.x",
"hapi": "12.1.0",
"hapi-auth-cookie": "6.1.1",
"inert": "3.2.0",
"influx": "^4.1.0",
"lodash": "4.6.1",
"moment": "2.11.2",
"nes": "4.0.0",
"react": "0.14.7",
"react-chartist": "0.10.1",
"react-dom": "0.14.7",
"react-redux": "4.4.0",
"react-router": "2.0.0",
"react-router-redux": "4.0.0",
"redux": "3.3.1",
"redux-logger": "2.6.1",
"redux-thunk": "2.0.1",
"seneca": "1.3.0",
"seneca-auth": "1.0.0",
"seneca-balance-client": "0.2.0",
"seneca-decree": "0.x.x",
"seneca-mesh": "0.5.0",
"seneca-user": "1.0.0",
"style-loader": "0.13.0",
"superagent": "1.8.0-beta.2",
"toolbag": "^1.0.0"
},
"devDependencies": {
"babel-core": "6.6.5",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-rest-spread": "6.6.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"copyfiles": "0.2.1",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"postcss": "5.0.19",
"postcss-loader": "0.8.1",
"stylus-loader": "1.5.1",
"url-loader": "0.5.7",
"webpack": "1.12.14"
}
}