-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "gulp-starter",
"version": "1.0.0",
"description": "gulp starter",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaaronMF/gulp-starter.git"
},
"author": "Aaron Fifer",
"license": "ISC",
"dependencies": {
"canvas-sketch-util": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.12",
"browserify": "^16.5.1",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^8.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack-stream": "^5.2.1"
},
"bugs": {
"url": "https://github.com/aaaronMF/gulp-starter/issues"
},
"homepage": "https://github.com/aaaronMF/gulp-starter#readme"
}