[add] README.md [add] default.png [add] equirect_hdr_icon_512-Wiederhergestellt.png [add] generate_equirect.py [add] icon.png [add] index.html [add] package-lock.json [add] package.json [add] public/ [add] requirements.txt [add] run.sh [add] src-tauri/ [add] src/ [add] vite.config.js
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"name": "skymap-gen",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.5.0",
|
|
"three": "^0.165.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.5.9",
|
|
"vite": "^5.1.0"
|
|
}
|
|
}
|