-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "npm-boilerplate",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"lint": "eslint -c .eslintrc --ext .jsx src/client/app/**",
"dev": "webpack -d --watch",
"build": "webpack -p",
"start": "webpack-dev-server --inline --hot --host 0.0.0.0 --public 0.0.0.0:8080"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"npm-check-updates": "^2.13.0",
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-d3-graph": "^1.0.0",
"react-dom": "^16.1.0",
"react-graph-vis": "^1.0.2",
"react-mdl": "^1.7.2",
"react-redux": "^5.0.6",
"react-responsive": "^4.0.3",
"react-router": "^4.2.0",
"react-sigma": "^1.2.30",
"react-vis-force": "^0.3.1",
"redux": "^3.6.0",
"redux-action-creator": "^2.2.0",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.77.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-jest": "^21.2.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"semantic-ui": "^2.2.13"
}
}