-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 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
35
36
37
38
{
"name": "vacarme",
"version": "0.2.0",
"private": true,
"description": "vacarme.org",
"repository": {
"type": "git",
"url": "https://github.com/rougerose/vacarme.git"
},
"author": "christophe le drean",
"devDependencies": {
"a11y-dialog": "^5.2.0",
"autoprefixer": "^9.7.4",
"body-scroll-lock": "^2.6.4",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-wrap": "^0.15.0",
"inuit.css": "https://github.com/csswizardry/inuit.css.git",
"inuitcss": "^6.0.0-beta.5",
"node-sass": "^4.13.1"
},
"dependencies": {},
"scripts": {
"dev": "NODE_ENV='development' gulp",
"prod": "NODE_ENV='production' gulp",
"watch": "NODE_ENV='development' gulp watch"
},
"browserslist": [
"last 2 versions"
]
}