-
-
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) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 941 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
{
"private": true,
"type": "module",
"scripts": {
"clean": "git add * && git clean -dfx -e node_modules",
"format": "prettier --write .",
"check": "pnpm run \"/^check:.*/\"",
"check:style": "prettier --check .",
"check:workspace": "pnpm --filter \"./workspace/*\" check"
},
"packageManager": "pnpm@10.18.3",
"prettier": "mauss/prettier.config.js",
"devDependencies": {
"@fontsource-variable/brygada-1918": "^5.2.7",
"@fontsource-variable/newsreader": "^5.2.8",
"@fontsource-variable/recursive": "^5.2.7",
"@ignatiusmb/styles": "^0.2.0",
"@sveltejs/kit": "^2.37.1",
"@sveltejs/vite-plugin-svelte": "^6.1.4",
"@types/node": "^24.3.1",
"aubade": "^0.12.0",
"mauss": "^0.10.7",
"prettier": "^3.6.2",
"prettier-plugin-sort-package-json": "^1.1.0",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.38.7",
"svelte-check": "^4.3.1",
"syv": "^0.0.53",
"typescript": "^5.9.2",
"vite": "^7.1.5"
}
}