-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.93 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
{
"name": "vidi-metrics-web",
"version": "0.1.0",
"description": "a web interface for capturing vidi metrics",
"main": "server/start.js",
"license": "MIT",
"author": "Kristina Matuleviciute (https://github.com/KristinaMatuleviciute)",
"contributors": [
"Jane Quinn (https://github.com/CodeWriterWriter)",
"Adrian Rossouw (https://github.com/AdrianRossouw)",
"Dean McDonnell (http://mcdonnelldean.me/)"
],
"repository": {
"type": "git",
"url": "https://github.com/vidi-insights/vidi-metrics-web.git"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"start": "node server/start.js",
"receiver": "node test/receiver.js"
},
"dependencies": {
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"body-parser": "^1.15.1",
"express": "4.13.4",
"is-json": "2.0.0",
"jsonic": "0.2.2",
"postcss-loader": "^0.9.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.0.1",
"style-loader": "0.13.1",
"stylus": "^0.54.2",
"vidi-metrics-emitter": "github:vidi-insights/vidi-metrics-emitter"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.23.1",
"eslint-config-seneca": "1.1.3",
"eslint-plugin-hapi": "4.0.x",
"eslint-plugin-standard": "1.3.x",
"file-loader": "0.8.5",
"stylus-loader": "2.0.0",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "^1.14.1"
}
}