-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 1.94 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "supreme-site",
"version": "0.5.2",
"description": "Site for Supreme cafe.",
"keywords": [
"html",
"pug",
"css",
"sass",
"stylus",
"bootstrap",
"javascript",
"babel",
"es6",
"jquery",
"gulp",
"webpack"
],
"homepage": "https://devmeed.com/supreme/",
"license": "MIT",
"author": "noth8",
"repository": {
"type": "git",
"url": "https://github.com/noth8/supreme-site.git"
},
"scripts": {
"dev": "NODE_ENV=development gulp build",
"prod": "NODE_ENV=production gulp build"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"del": "^4.1.1",
"eslint-plugin-prettier": "^3.1.0",
"gulp": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-plumber": "^1.2.1",
"node-notifier": "^5.4.0",
"through2": "^3.0.1",
"gulp-pug": "^4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-google-webfonts": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-cached": "^1.1.1",
"gulp-if": "^2.0.2",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0",
"bootstrap": "^4.3.1",
"gulp-stylus": "^2.7.0",
"stylus": "^0.54.5",
"merge2": "^1.2.3",
"gulp-autoprefixer": "^6.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-remember": "^1.0.1",
"gulp-concat": "^2.6.1",
"stream-combiner2": "^1.1.1",
"gulp-clean-css": "^4.2.0",
"gulp-rev": "^9.0.0",
"gulp-inject": "^5.0.2",
"webpack": "^4.30.0",
"gulplog": "^1.0.0",
"babel-loader": "^8.0.5",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"gulp-imagemin": "^5.0.3",
"imagemin-guetzli": "^2.0.0",
"imagemin-mozjpeg": "^8.0.0",
"gulp-rev-replace": "^0.4.4",
"browser-sync": "^2.26.5",
"babel-eslint": "^10.0.1",
"prettier": "^1.17.1"
}
}