-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
47
48
{
"name": "11ty-cubetopia",
"version": "0.1.0",
"description": "Baseline Eleventy site using CUBE CSS and Utopia fluid type and spacing",
"main": "index.js",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"clean": "rm -rf _site",
"pretty": "npx prettier . -wl",
"11ty:watch": "npx @11ty/eleventy --serve",
"11ty:debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexmensch/11ty-cubetopia.git"
},
"author": "Alex Marshall",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexmensch/11ty-cubetopia/issues"
},
"homepage": "https://github.com/alexmensch/11ty-cubetopia#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0-beta.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"deepmerge": "^4.3.1",
"eleventy-plugin-purgecss": "^0.5.0",
"gorko": "^0.9.1",
"hookable": "^5.5.3",
"lorem-ipsum": "^2.0.8",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"ofetch": "^1.3.4",
"sass": "^1.77.8",
"slugify": "^1.6.6",
"ufo": "^1.5.4",
"utopia-core-scss": "^1.1.0"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}