This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
79 lines (79 loc) · 2.18 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
{
"name": "react-gulp-starter",
"version": "1.2.0",
"engines": {
"node": ">=6.11.2"
},
"description": "React-Gulp starter with common tasks and scenarios",
"scripts": {
"start": "node server.js",
"format":
"prettier-eslint --single-quote --trailing-comma es5 --tab-width 4 --prettierLast --write \"src/**/*.{js,jsx}\" \"gulp/**/*.js\""
},
"repository": {
"type": "git",
"url": "git://github.com/MadeInHaus/react-gulp-starter.git"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "8.0.2",
"babel-plugin-module-resolver": "3.0.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"babelify": "8.0.0",
"browser-sync": "2.18.13",
"browserify": "14.5.0",
"del": "3.0.0",
"eslint": "4.11.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-react": "7.4.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-changed": "3.1.1",
"gulp-clean-css": "3.9.0",
"gulp-filesize": "0.0.6",
"gulp-help": "1.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "3.4.0",
"gulp-modernizr": "1.0.0-alpha",
"gulp-nodemon": "2.2.1",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.1",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"imagemin-gifsicle": "5.2.0",
"imagemin-jpegtran": "5.0.2",
"imagemin-optipng": "5.2.1",
"imagemin-svgo": "6.0.0",
"minimist": "1.2.0",
"prettier": "1.8.2",
"prettier-eslint": "8.2.1",
"prettier-eslint-cli": "4.4.0",
"pretty-hrtime": "1.0.3",
"q": "1.5.1",
"require-dir": "0.3.2",
"slack-node": "0.2.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.9.0"
},
"dependencies": {
"compression": "1.7.1",
"connect-inject": "0.4.0",
"debug": "3.1.0",
"dotenv": "4.0.0",
"express": "4.16.2",
"express-state": "1.4.0",
"fluxible": "1.4.0",
"fluxible-action-utils": "0.2.4",
"fluxible-addons-react": "0.2.14",
"lodash": "4.17.4",
"prop-types": "15.6.0",
"react": "16.1.1",
"react-dom": "16.1.1",
"react-router": "3.2.0"
}
}