This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
70 lines (70 loc) · 2.05 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "React_Redux_Boilerplate",
"private": true,
"version": "0.0.3",
"description": "Boilerplate for react redux project",
"scripts": {
"lint": "eslint src *.js",
"start": "node server.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.production.babel.js --progress --profile --colors",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"babel-polyfill": "6.20.0",
"bootstrap": "3.3.7",
"faker": "3.1.0",
"fetch-mock": "5.8.1",
"immutable": "3.8.1",
"isomorphic-fetch": "2.2.1",
"normalizr": "3.0.2",
"react": "15.4.1",
"react-click-outside": "github:tj/react-click-outside",
"react-dom": "15.4.1",
"react-immutable-proptypes": "2.1.0",
"react-redux": "5.0.1",
"react-router": "3.0.0",
"react-router-redux": "4.0.7",
"redux": "3.6.0",
"redux-form": "6.4.3",
"reselect": "2.5.4",
"revalidate": "1.1.0"
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"classnames": "2.2.5",
"cross-env": "3.1.4",
"css-loader": "0.26.1",
"eslint": "3.12.2",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"expect": "1.20.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.26.0",
"jest": "18.1.0",
"less": "2.7.2",
"less-loader": "2.2.3",
"lodash.memoize": "4.1.2",
"nock": "9.0.2",
"react-hot-loader": "3.0.0-beta.6",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.2.0",
"redux-mock-store": "1.2.1",
"redux-thunk": "2.1.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2"
}
}