generated from florian-lefebvre/astro-integration-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 Bytes
/
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
{
"name": "root",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=18.20.3"
},
"scripts": {
"doc:dev": "pnpm --filter doc dev",
"package:dev": "pnpm --filter astro-superforms dev",
"playground:dev": "pnpm --filter playground dev",
"dev": "pnpm --stream -r -parallel dev",
"changeset": "changeset",
"release": "node scripts/release.mjs",
"lint": "biome check .",
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-svelte": "^2.44.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6"
}
}