-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
46
{
"name": "css-architecture-2024-a-primer-on-intrinsic-web-design",
"version": "0.0.11",
"description": "Superbook: css-architecture-2024-a-primer-on-intrinsic-web-design",
"keywords": [
"superbook",
"bookiza"
],
"author": "marvin <[email protected]> (https://bubblin.io/marvin)",
"license": "CC0-1.0",
"homepage": "https://bubblin.io/marvin",
"repository": {
"type": "git",
"url": "git+https://github/project/url/here"
},
"scripts": {
"postinstall": "node ./crust/scripts/ready.mjs"
},
"type": "module",
"dependencies": {
"babel-preset-env": "^1.7.0",
"book-length": "^1.2.1",
"browser-sync": "^2.29.3",
"chalk": "^5.3.0",
"del": "^7.1.0",
"delayed": "^2.0.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-haml": "^1.0.1",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-markdown": "^7.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-stylus": "^3.0.1",
"js-cookie": "^3.0.5",
"path": "^0.12.7",
"shelljs": "^0.8.5"
},
"devDependencies": {
"node-sass": "^8.0.0"
}
}