-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 944 Bytes
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
{
"name": "studio",
"type": "module",
"version": "1.3.13",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:sitemap": "linkinator ./dist/sitemap-index.xml --recurse",
"test:links:run": "linkinator http://127.0.0.1:4321/en/ http://127.0.0.1:4321/de/ --config linkinator.config.json",
"test:links": "start-server-and-test 'npx http-server ./dist -p 4321 -c-1' http://127.0.0.1:4321 'npm run test:links:run'",
"test:redirects": "playwright test test/redirects.spec.ts"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.4"
},
"allowScripts": {
"esbuild@0.27.7": true,
"sharp@0.34.5": true
},
"devDependencies": {
"linkinator": "^7.6.1",
"start-server-and-test": "^3.0.11",
"@playwright/test": "^1.49.0",
"postcss-custom-media": "^12.0.1"
}
}