-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "metrics",
"version": "0.0.1",
"description": "Metrics",
"repository": {
"type": "git",
"url": "https://github.com/joncass/metrics"
},
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors",
"test": "eslint . && echo eslint: no lint errors"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"html-webpack-plugin": "^2.7.2",
"react-hot-loader": "^1.3.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.16.4",
"react": "^15.4.1",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^2.0.0",
"webpack": "^1.12.9"
}
}