-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"name": "react-gank",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base build ",
"publish-win": "set NODE_ENV=prod&&webpack -p --progress --colors"
},
"author": "",
"license": "ISC",
"dependencies": {
"boron": "^0.2.3",
"immutable": "^3.8.1",
"material-ui": "^0.15.4",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-infinite-loader": "^1.0.2",
"react-motion": "^0.4.5",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-swipeable-views": "^0.7.8",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-immutable": "^3.0.7",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"html-webpack-plugin": "^2.22.0",
"jsx-loader": "^0.13.2",
"node-sass": "^3.10.1",
"redux-logger": "^2.6.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}