-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "web-twig-starter-kit",
"version": "2.1.1",
"description": "Front-end starter kit based on the Google's web-starter-kit with twig integration",
"keywords": [
"frontend",
"reusable",
"workflow",
"gulp",
"twig",
"starter-kit"
],
"author": "[email protected]",
"license": "APACHE",
"devDependencies": {
"apache-server-configs": "^2.14.0",
"babel-core": "^6.14.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.14.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.2",
"gulp-html-prettify": "0.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-twig": "^1.1.1",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.0",
"run-sequence": "^2.2.1",
"sw-precache": "^5.2.1",
"sw-toolbox": "^3.2.1"
}
}