-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.26 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.26 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "minecraft-crafting-recipe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"process": "jiti ./scripts/process/index.ts",
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@unhead/vue": "2.1.2",
"fuse.js": "^7.1.0",
"inko": "^1.1.1",
"pinia": "^3.0.4",
"sharp": "^0.34.5",
"unhead": "^2.1.2",
"vue": "^3.5.27"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.9",
"@typescript-eslint/parser": "^8.53.1",
"@unhead/addons": "^2.1.2",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
"globals": "^17.0.0",
"jiti": "^2.6.1",
"sass": "^1.97.2",
"schema-dts": "^1.1.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "npm:rolldown-vite@7.3.1",
"vite-ssg": "^28.2.2",
"vue-eslint-parser": "^10.2.0",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.2",
"zod": "^4.3.5"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.1.14"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp"
]
}
}