-
Notifications
You must be signed in to change notification settings - Fork 3.2k
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "docs.flutter.dev",
"version": "0.0.0",
"private": true,
"description": "Source for https://docs.flutter.dev",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/flutter/website.git"
},
"engines": {
"node": ">=20.12.0",
"pnpm": ">=9.1.0"
},
"packageManager": "[email protected]",
"scripts": {
"serve": "PRODUCTION=false eleventy --serve",
"build-site-for-staging": "PRODUCTION=false eleventy",
"build-site-for-production": "PRODUCTION=true OPTIMIZE=true eleventy"
},
"dependencies": {
"bootstrap-scss": "^4.6.2"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"firebase-tools": "^13.22.1",
"hast-util-from-html": "^2.0.3",
"hast-util-select": "^6.0.3",
"hast-util-to-text": "^4.0.2",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"sass": "^1.80.2",
"shiki": "^1.22.0"
}
}