-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.92 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.92 KB
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
{
"name": "craft-starter",
"version": "1.0.0",
"description": "Starter kit for Craft CMS with gulp and webpack",
"main": "index.js",
"scripts": {
"start": "gulp --env development",
"build": "gulp build --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScholtenSeb/craft-starter.git"
},
"keywords": [
"craft",
"gulp",
"webpack",
"browsersync",
"php",
"cms"
],
"author": "Sebastian Scholten <scholten.seb@gmail.com> (http://scholtenseb.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScholtenSeb/craft-starter/issues"
},
"homepage": "https://github.com/ScholtenSeb/craft-starter#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.2.2",
"babel-core": "^5.8.34",
"babel-loader": "^5.4.0",
"browser-sync": "^2.10.0",
"bs-fullscreen-message": "^1.0.1",
"chalk": "^1.1.1",
"cssnano": "^3.4.0",
"eslint-config-airbnb": "^2.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-environments": "^0.1.1",
"gulp-eslint": "^1.1.1",
"gulp-flatten": "^0.2.0",
"gulp-gzip": "^1.2.0",
"gulp-image": "^1.2.1",
"gulp-imagemin": "^2.4.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"http-proxy-middleware": "^0.9.0",
"imagemin-pngquant": "^4.2.0",
"postcss-cssnext": "^2.3.0",
"postcss-import": "^7.1.3",
"postcss-reporter": "^1.3.0",
"postcss-scss": "^0.1.3",
"postcss-short": "^1.4.0",
"precss": "^1.3.0",
"rucksack-css": "^0.8.5",
"stylelint": "^3.2.0",
"stylelint-config-suitcss": "^2.0.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-nano-logs": "^1.0.0",
"webpack-stream": "^3.1.0"
}
}