-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "adalab-web-starter-kit",
"version": "3.0.1",
"description": "Adalab web starter kit",
"dependencies": {
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"eslint": "^7.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "*",
"gulp-clean-css": "*",
"gulp-combine-mq": "*",
"gulp-concat": "*",
"gulp-html-tag-include": "^1.0.1",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "*",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "*",
"node-sass": "^6.0.1",
"run-sequence": "*",
"sass": "^1.35.2"
},
"devDependencies": {
"lodash.template": ">=4.5.0"
},
"scripts": {
"start": "./node_modules/.bin/gulp",
"docs": "rm -rf docs && ./node_modules/.bin/gulp docs",
"push-docs": "rm -rf docs && gulp docs && git add docs/* && git commit -m \"Update docs\" && git push",
"deploy": "npm run push-docs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Adalab/adalab-web-starter-kit.git"
},
"author": "Adalab",
"license": "MIT",
"homepage": "https://github.com/adalab/adalab-web-starter-kit"
}