forked from matejsvajger/scffld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.04 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
{
"name": "scffld",
"version": "1.3.1",
"description": "Front-end - web project template - Using LESS/PUG/ES2015",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "[ -f ../.bin/plop ] && node ../.bin/plop install || node ./node_modules/.bin/plop install"
},
"keywords": [
"html",
"project",
"template",
"pug",
"less",
"babel",
"gulp"
],
"author": "Matej Svajger <[email protected]>",
"license": "MIT",
"repository": {
"url": "https://github.com/matejsvajger/scffld",
"type": "git"
},
"dependencies": {
"autoprefixer": "^6.5.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.24.0",
"babel-register": "^6.16.3",
"babelify": "^7.3.0",
"browser-sync": "^2.18.2",
"browserify": "^13.1.0",
"del": "^2.2.2",
"envify": "^3.4.1",
"foldero": "^0.1.1",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^3.0.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-parker": "^0.1.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.0",
"js-yaml": "^3.6.1",
"minimist": "^1.2.0",
"ngrok": "^2.2.3",
"plop": "^1.7.4",
"pug": "^2.0.0-beta11",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"normalize.css": "^5.0.0"
}
}