-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.05 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
79
80
81
{
"name": "Wya",
"private": true,
"version": "0.0.1",
"main": "gulpfile.js",
"description": "A static site template using Bootstrap 4 and Twig.",
"keywords": [
"Bootstrap",
"Twig"
],
"scripts": {
"build": "gulp --production"
},
"author": "Daniel Hewes <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/lambdacreatives/wya.git"
},
"bugs": {
"url": "https://github.com/lambdacreatives/wya/issues"
},
"homepage": "https://github.com/lambdacreatives/wya",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"access-sniff": "^3.0.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "~2.18.13",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"critical": "^0.9.0",
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~4.0.0",
"gulp-concat": "~2.6.1",
"gulp-cssnano": "~2.1.2",
"gulp-data": "^1.2.1",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-help": "~1.6.1",
"gulp-if": "~2.0.2",
"gulp-imagemin": "~3.3.0",
"gulp-jsonlint": "^1.1.2",
"gulp-newer": "^1.3.0",
"gulp-notify": "~3.0.0",
"gulp-plumber": "~1.1.0",
"gulp-sass": "~2.3.2",
"gulp-sourcemaps": "~2.6.0",
"gulp-stylelint": "^4.0.0",
"gulp-svg-sprite": "~1.3.6",
"gulp-svgmin": "~1.2.3",
"gulp-twig": "^0.7.0",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"imagemin-pngquant": "~5.0.0",
"merge": "^1.2.0",
"merge-stream": "~1.0.1",
"ngrok": "^2.2.6",
"prettyjson": "^1.2.1",
"psi": "^3.0.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"w3cjs": "^0.4.0"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"fg-loadcss": "^1.3.1",
"jquery": "^2.2.2",
"svg4everybody": "^2.1.4",
"tether": "^1.4.0",
"webfontloader": "^1.6.27"
}
}