-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
36
37
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "playwright test",
"test:links": "playwright test link-checker.spec",
"test:links:external": "playwright test external-link-checker.spec"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.1",
"@astrojs/svelte": "^7.2.5",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/roboto": "^5.2.10",
"astro": "^5.16.8",
"svelte": "^5.46.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"eslint": "^9.39.2",
"postcss-html": "^1.8.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"sharp": "^0.34.5",
"stylelint": "^16.26.1",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^39.0.1",
"vite-plugin-devtools-json": "^1.0.0"
}
}