-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "9to5tv",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.production.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"> 1%",
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "^0.27.2",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.1.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-s3": "^0.11.0",
"gulp-util": "^3.0.8",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.2.0",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.3",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-ext-html-webpack-plugin": "^3.3.0",
"style-loader": "^0.13.2",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"jquery": "^3.1.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"superagent": "^3.6.0"
}
}