-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.7 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
{
"name": "web-starter-jc",
"version": "2.0.1",
"description": "Starter kit for markup projects",
"repository": {
"type": "git",
"url": "git+https://github.com/justcoded/web-starter-kit"
},
"keywords": [
"starter",
"markup",
"JustCoded",
"jc"
],
"author": "JustCoded",
"license": "MIT",
"bugs": {
"url": "https://github.com/justcoded/web-starter-kit/issues"
},
"homepage": "https://github.com/justcoded/web-starter-kit",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.0",
"browserify": "^14.0.0",
"del": "^3.0.0",
"files-exist": "^1.0.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssimport": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"htmlhint-stylish": "^1.0.3",
"imagemin-pngquant": "^5.0.0",
"jshint": "^2.9.4",
"node-notifier": "^5.0.2",
"path": "^0.12.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "gulp production",
"production": "gulp production",
"develop": "gulp dev",
"start": "gulp"
},
"dependencies": {
"include-media": "^1.4.9",
"jquery": "^3.3.1",
"normalize.css": "^5.0.0",
"vue": "^2.5.16"
}
}