forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "dart.dev",
"version": "0.0.0",
"private": true,
"description": "Source for https://dart.dev",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/dart-lang/site-www.git"
},
"scripts": {
"serve": "PRODUCTION=false eleventy --serve",
"build-site-for-staging": "PRODUCTION=false eleventy",
"build-site-for-production": "PRODUCTION=true eleventy"
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.1"
},
"packageManager": "[email protected]",
"dependencies": {
"bootstrap-scss": "^4.6.2"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.4",
"firebase-tools": "^13.2.1",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
"hast-util-to-html": "^9.0.0",
"hast-util-to-text": "^4.0.0",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-table": "^4.1.1",
"sass": "^1.70.0",
"shikiji": "^0.10.2"
}
}