-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 963 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 963 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
{
"name": "BitCraft_Map_Link_Generator",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"lint": "oxlint --config .oxlintrc.json --tsconfig tsconfig.json src api scripts",
"lint:fix": "oxlint --config .oxlintrc.json --tsconfig tsconfig.json --fix src api scripts",
"lint:ci": "oxlint --config .oxlintrc.json --tsconfig tsconfig.json --deny-warnings src api scripts",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"fetch:resources": "node scripts/fetch-resources.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/solid-js": "^6.0.1",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@kobalte/core": "^0.13.11",
"@tabler/icons-solidjs": "^3.40.0",
"astro": "^6.1.3",
"lucide-solid": "^1.7.0",
"solid-js": "^1.9.12",
"typescript": "^5.9.3",
"yaml": "^2.8.3"
},
"devDependencies": {
"oxlint": "^1.56.0"
}
}