forked from jakearchibald/svgomg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.37 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
{
"devDependencies": {
"@alrra/travis-scripts": "^1.1.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-stage-1": "6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"del": "^2.2.0",
"es6-promise": "^4.1.0",
"fastclick": "^1.0.6",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "3.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.5.0",
"gulp-swig": "^0.8.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"object-assign": "4.1.1",
"pako": "^1.0.5",
"prismjs": "git+https://github.com/LeaVerou/prism.git#gh-pages",
"regenerator": "^0.9.7",
"regenerator-runtime": "^0.10.3",
"run-sequence": "^1.2.2",
"svgo": "0.7.2",
"uglifyify": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"private": true,
"scripts": {
"build": "gulp build --production",
"serve": "gulp serve",
"serve-no-sw": "gulp serve --disable-sw",
"test": "gulp build --production",
"deploy": "npm run build && cd ./build && git init && git commit --allow-empty -m ':rocket: deploy' && git checkout -b gh-pages && git add . && git commit --allow-empty -m ':rocket: deploy' && git push https://github.com/enkidevs/svgomg gh-pages --force"
}
}