-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
37 lines (37 loc) · 1001 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
{
"name": "mavo-website",
"version": "0.0.3",
"description": "Mavo website",
"main": "mavo.js",
"scripts": {
"build:css": "npx postcss **/*.postcss ./*.postcss --base . --dir . --ext .css",
"watch:css": "npx postcss **/*.postcss ./*.postcss --base . --dir . --ext .css --watch",
"test": "open tests"
},
"repository": {
"type": "git",
"url": "https://github.com/LeaVerou/mavo-website.git"
},
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/mavo-website/issues"
},
"homepage": "http://mavo.io",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^2.2.2",
"gulp-notify": "^3",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"postcss-nesting": "^10.0.2",
"sass": "^1.35.1"
}
}