-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·87 lines (87 loc) · 2.66 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "react-boilerplate",
"version": "0.2.0",
"private": true,
"scripts": {
"dev-server": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline",
"build-dev": "webpack --config webpack.config.js",
"build-production": "webpack -p --config webpack.config.prod.js"
},
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx-img-import": "^0.1.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"classnames": "^2.2.5",
"coveralls": "^2.11.15",
"css-loader": "^0.26.1",
"cssnano": "^3.7.1",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"glob": "^7.0.5",
"immutability-helper": "^2.0.0",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"node-sass": "^3.8.0",
"normalize-scss": "^6.0.0",
"postcss": "^5.0.21",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-loader": "^0.9.1",
"postcss-pxtorem": "^3.3.1",
"prop-types": "^15.5.10",
"pubsub-js": "^1.5.3",
"react": "^15.5.4",
"react-avatar-cropper": "^0.1.3",
"react-css-modules": "^3.7.7",
"react-dom": "^15.5.4",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-select": "^1.0.0-rc.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"svg-sprite": "^1.3.3",
"svg4everybody": "^2.1.0",
"svgo": "^0.6.6",
"underscore": "^1.8.3",
"webpack": "^2.5.1",
"webpack-md5-hash": "^0.0.5"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"babel-eslint": "^6.0.0",
"enzyme": "^2.4.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.4.1",
"eslint-plugin-compat": "^1.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.0.0",
"expect": "^1.20.2",
"gaze": "^1.1.0",
"jasmine-core": "^2.4.1",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"react-addons-test-utils": "^15.2.1",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-webpack-plugin": "^0.7.0",
"webpack-dev-server": "^2.4.5"
},
"browserslist": ["last 2 versions"]
}