-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 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
33
{
"name": "resonite-modding-wiki",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "prettier --check . && oxlint --type-aware -A all -D typescript/no-floating-promises"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/starlight": "^0.36.3",
"@astrojs/starlight-docsearch": "^0.6.1",
"@astrojs/svelte": "^7.2.2",
"astro": "^5.16.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.5",
"starlight-theme-rapide": "^0.5.2",
"svelte": "^5.43.15",
"typescript": "^5.9.3"
},
"devDependencies": {
"oxlint": "^1.30.0",
"oxlint-tsgolint": "^0.8.2",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"vite": "^7.2.4"
}
}