-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "Gulp",
"version": "1.0.0",
"description": "Static test site for local dev",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Steinbach",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.0.0",
"babel-loader": "^8.0.4",
"browser-sync": "^2.18.13",
"css-declaration-sorter": "^4.0.1",
"cssnano": "^4.0.0",
"date-fns": "^1.30.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.0",
"gulp-sass-lint": "^1.3.3",
"gulp-sourcemaps": "^2.4.1",
"gulp-standard": "^12.0.0",
"webpack-stream": "^5.2.1",
"yargs": "^12.0.5"
},
"repository": "https://github.com/jdsteinbach/gulp-server",
"bugs": {
"url": "https://github.com/jdsteinbach/gulp-server/issues"
},
"homepage": "https://github.com/jdsteinbach/gulp-server",
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
},
"browserslist": [
"last 2 versions",
"OperaMini 8",
"Samsung 4",
"UCAndroid 11",
">1%"
]
}