-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.16 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.16 KB
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
{
"name": "stackbilt-docs",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "wrangler dev",
"deploy": "astro build && wrangler deploy",
"deploy:staging": "astro build && wrangler deploy --env staging",
"astro": "astro",
"govern": "charter",
"govern:validate": "charter validate --ci",
"govern:audit": "charter audit",
"govern:drift": "charter drift --ci",
"govern:doctor": "charter doctor",
"charter:detect": "charter setup --detect-only --format json",
"charter:setup": "charter setup --preset docs --ci github --yes",
"verify:adf": "charter doctor --adf-only --ci --format json && charter adf evidence --auto-measure --ci --format json",
"charter:doctor": "charter doctor --format json",
"charter:adf:bundle": "charter adf bundle --task \"describe task\" --format json"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.7.10",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@stackbilt/cli": "0.6.0",
"wrangler": "^4.67.0"
}
}