This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "chisel-sample",
"version": "0.0.1",
"description": "Chisel sample project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Xfive",
"license": "ISC",
"chisel": {
"src": {
"assets": "src/assets/**/*",
"app": "src/scripts/app.js",
"base": "src",
"scripts": "src/scripts/**/*",
"styles": "src/styles/**/*",
"stylesMain": "src/styles/*.scss",
"templates": "src/templates/**/*.{twig,html}"
},
"dest": {
"base": "dist",
"revManifest": "dist/rev-manifest.json",
"scripts": "dist/scripts",
"styles": "dist/styles"
}
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"del": "^2.2.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-css-globbing": "^0.1.8",
"gulp-eslint": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-prettify": "^0.4.0",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-twig-up-to-date": "^0.6.1",
"gulp-uglify": "^1.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"jquery": "^3.1.0",
"normalize-scss": "^5.0.3",
"normalize.css": "^4.1.1"
}
}