-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 871 Bytes
/
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
{
"name": "capsule",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yaroslav nikiforov",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-js-minify": "0.0.3",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^7.0.0",
"gulp-sync": "^0.1.4",
"postcss-browser-reporter": "^0.5.0",
"stylelint": "^8.4.0",
"stylelint-config-rational-order": "0.0.2"
},
"dependencies": {
"npm-watch": "^0.3.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.7.0"
}
}