-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.01 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
{
"name": "app",
"version": "1.2.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register test",
"build": "webpack --progress",
"build_production": "NODE_ENV=production webpack --progress",
"watch": "webpack --progress -d --watch",
"lint": "eslint --cache appjs || true",
"start": "TZ=UTC node server.js",
"postinstall": "NODE_ENV=production webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"express": "^4.14.0",
"highcharts": "^5.0.0",
"history": "^3.3.0",
"luxon": "^1.2.1",
"mocha": "^3.1.0",
"pg-promise": "^5.3.4",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap-table": "^4.0.0-beta.5",
"react-dom": "^15.5.4",
"react-lazy": "^0.1.0",
"react-mdl": "^1.7.2",
"react-portal": "^3.0.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.5",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"sinon": "^1.17.6",
"tether": "^1.3.7",
"uglify": "^0.1.5",
"webpack": "^2.6.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"mocha": "^3.1.0",
"sinon": "^1.17.6",
"uglify": "^0.1.5",
"webpack": "^2.6.0"
}
}