-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "minecraft-jigsaw-preview",
"version": "0.1.6",
"description": "Display Minecraft Jigsaw Structures",
"scripts": {
"build": "vite build",
"createZips": "python build_scripts/repackMinecraftAssets.py",
"dev": "vite serve --host",
"preview": "vite preview"
},
"repository": "https://github.com/jacobsjo/minecraft-jigsaw-preview/",
"keywords": [
"Minecraft",
"Jigsaw",
"Visualization",
"Preview",
"3D"
],
"author": "Jochen Jacobs",
"license": "MIT",
"main": "dist/main.js",
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "^15.14.9",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "^4.4.3",
"vite": "^4.4.9",
"vue-tsc": "^1.8.22"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/components": "^10.2.0",
"d3": "^7.6.1",
"deepslate": "^0.19.2",
"gl-matrix": "^3.4.3",
"jszip": "^3.10.1",
"mc-datapack-loader": "^0.4.0",
"path": "^0.12.7",
"pinia": "^2.1.7",
"primevue": "^3.40.1",
"vue": "^3.3.8"
}
}