-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 5.07 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "react-babel-webpack",
"version": "1.0.0",
"description": "React babel webpack",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --inline --progress --open",
"lint": "npm run lint-js && npm run lint-css",
"lint-css": "stylelint './src/**/*.css'",
"lint-js": "eslint '**/*.js' --ignore-path .gitignore",
"build": "webpack --config ./webpack.prod.config.js --progress --profile --json > app.state.json --bail --display-modules --display-reasons"
},
"author": "Mohamed Hamed",
"license": "ISC",
"devDependencies": {
"app-module-path": "2.2.0",
"autoprefixer": "^7.1.2",
"autoprefixer-loader": "3.2.0",
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-system-import-transformer": "3.1.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-display-name": "6.25.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.8",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-typecheck": "3.9.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "1.0.1",
"babel-preset-stage-0": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.24.1",
"babel-runtime": "6.25.0",
"babili-webpack-plugin": "0.1.2",
"body-parser": "1.17.2",
"bootstrap-loader": "2.1.0",
"bundle-loader": "0.5.5",
"cache-manager": "2.4.0",
"chai": "^4.1.1",
"chromedriver": "^2.31.0",
"clean-webpack-plugin": "0.1.16",
"compression-webpack-plugin": "1.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.28.4",
"css-mqpacker": "^6.0.1",
"cssnano": "3.10.0",
"del": "^3.0.0",
"dotenv": "4.0.0",
"enzyme": "^2.9.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "0.11.2",
"html-loader": "^0.5.0",
"html-webpack-plugin": "2.30.1",
"http-proxy": "1.16.2",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.7.0",
"jscs": "^3.0.7",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-intl-shim": "^1.0.3",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-coverage": "^0.1.4",
"karma-script-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.4",
"lint-staged": "^4.0.3",
"mocha": "^3.5.0",
"node-sass": "4.5.3",
"null-loader": "^0.1.1",
"path": "0.12.7",
"phantomjs": "^2.1.7",
"phantomjs-polyfill": "^0.0.2",
"piping": "^1.0.0-rc.4",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"prettier": "^1.5.3",
"proxy-middleware": "^0.15.0",
"raven": "^2.1.1",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.6.0",
"react-hot-loader": "next",
"react-inlinesvg": "^0.6.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.5.0",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-slider-monitor": "^2.0.0-1",
"resolve-url": "^0.2.1",
"resolve-url-loader": "^2.1.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"source-map-loader": "^0.2.1",
"strip-loader": "^0.1.2",
"style-loader": "^0.18.2",
"stylelint": "^8.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"url": "^0.11.0",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dashboard": "^0.4.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.18.2",
"webpack-isomorphic-tools": "3.0.3",
"winston": "^2.3.1"
},
"dependencies": {
"create-react-class": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-redux": "^5.0.6",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"redux": "^3.7.2",
"styled-components": "^2.1.2"
}
}