-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "wtf-gulp-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "gulp build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciejkorsan/wtf-gulp-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciejkorsan/wtf-gulp-starter/issues"
},
"homepage": "https://github.com/maciejkorsan/wtf-gulp-starter#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"gh-pages": "^2.0.1",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"node-sass": "^4.12.0",
"through2": "^3.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.35.3",
"webpack-sources": "^1.3.0",
"webpack-stream": "^5.2.1"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {}
}