-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1 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
{
"name": "Gallery-Ideco",
"private": true,
"contributors": [
{
"name": "Savi",
"email": "[email protected]"
}
],
"scripts": {
"build": "gulp",
"build-dev": "gulp build-dev",
"lint": "npm-run-all lint:*",
"lint:js": "eslint --fix .",
"lint:css": "stylelint **/*.styl",
"prospector": "prospector --zero-exit",
"prepush": "npm run lint",
"tests": "python manage.py test",
"watch": "gulp watch"
},
"dependencies": {
"autoprefixer": "6.3.6",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-stylus": "2.4.0",
"gulp-uglify": "1.5.3",
"npm-run-all": "2.1.1",
"stylus": "0.54.5"
},
"devDependencies": {
"autoprefixer": "6.3.6",
"eslint": "2.11.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-stylus": "2.4.0",
"gulp-uglify": "1.5.3",
"husky": "0.11.4",
"stylelint": "6.5.1",
"stylelint-config-standard": "8.0.0",
"stylus": "0.54.5"
},
"engines": {
"node": "6.0.0"
}
}