-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.82 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
{
"name": "my-habits",
"version": "0.0.0",
"description": "Habits coach",
"main": "webpack.config.js",
"dependencies": {
"lodash": "^4.14.1",
"material-ui": "^0.15.4",
"moment": "^2.14.1",
"radium": "^0.18.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-measure": "^1.4.5",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"superagent": "^2.2.0",
"tether-shepherd": "^1.8.1",
"uuid": "^3.0.0",
"webpack": "^1.12.9",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-jest": "^16.0.0",
"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",
"css-loader": "^0.26.1",
"eslint": "^3.4.0",
"eslint-plugin-react": "^6.2.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.9.0",
"jest": "^18.0.0",
"redux-mock-store": "^1.2.1",
"redux-observers": "^2.0.1",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.15.0"
},
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot --watch-poll --history-api-fallback",
"test": "NODE_ENV=production jest",
"test:watch": "NODE_ENV=production npm test -- --watch",
"build": "NODE_ENV=production webpack",
"build:win": "powershell -command $env:NODE_ENV=\\\"production\\\"; webpack"
},
"author": "",
"license": "ISC"
}