-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "Comics",
"scripts": {
"start": "gulp",
"build": "gulp build",
"minify": "gulp minify"
},
"version": "2.0.0",
"description": "Outside the Lines - an LGBTQ* and POC comics database",
"main": "index.js",
"author": "shamdi",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.26.3",
"del": "^4.1.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"node-sass": "^4.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"babel-cli": "^6.26.0"
}
}