-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"name": "boilerplate",
"version": "1.0.0",
"description": "Small not opinionated react.js boilerplate",
"main": "index.js",
"scripts": {
"dev": "gulp dev",
"release": "gulp release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yannick Fricke",
"license": "MIT",
"bugs": {
"url": "https://github.com/YannickFricke/gulp-webpack-typescript-react-sass-boilerplate/issues"
},
"homepage": "https://github.com/YannickFricke/gulp-webpack-typescript-react-sass-boilerplate/",
"devDependencies": {
"@types/node": "^8.0.50",
"@types/react": "^16.0.20",
"@types/react-dom": "^16.0.2",
"@types/react-redux": "^5.0.12",
"@types/react-router-dom": "^4.2.0",
"awesome-typescript-loader": "^3.3.0",
"browser-sync": "^2.18.13",
"classnames": "^2.2.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"object-assign": "^4.1.1",
"pump": "^1.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"typescript": "^2.6.1",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"axios": "^0.17.1",
"react-winjs": "^2.5.0"
}
}