-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"name": "eventually",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "webpack -d --watch --config webpack.config.js",
"build": "webpack --config webpack.config.js",
"test": "nyc --reporter=lcov --reporter=text webpack --config webpack-test.config.js",
"lint": "eslint --config .eslintrc.js eventually/static/src/;exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"assert": "^1.4.1",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"expect": "^22.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"istanbul": "^0.4.5",
"material-ui": "^0.19.4",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"sinon": "^4.3.0",
"webpack-node-externals": "^1.6.0",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@google/maps": "^0.4.5",
"material-ui-pagination": "^1.1.6",
"react": "^16.1.1",
"react-c3js": "^0.1.20",
"react-countdown-now": "^1.2.0",
"react-dom": "^16.1.1",
"react-dropzone": "^4.2.3",
"react-google-maps": "^9.4.5",
"react-easy-chart": "^1.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-swipeable-views": "^0.12.12",
"react-tap-event-plugin": "^3.0.2",
"recompose": "^0.26.0",
"sortablejs": "^1.7.0",
"watch": "^1.0.2",
"webpack": "^3.8.1"
}
}