nodes/app/package.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2024-03-06 14:01:07 +01:00
{
2024-04-04 19:17:27 +02:00
"name": "@nodes/app",
2024-03-06 14:01:07 +01:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2024-04-10 14:27:23 +02:00
"dev": "vite --host",
2024-03-06 14:01:07 +01:00
"build": "vite build",
"preview": "vite preview",
2024-03-06 18:31:06 +01:00
"tauri:dev": "tauri dev",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
2024-03-06 14:01:07 +01:00
},
"dependencies": {
2024-04-04 19:17:27 +02:00
"@nodes/input-elements": "link:../packages/input-elements",
2024-03-06 14:01:07 +01:00
"@sveltejs/kit": "^2.5.0",
"@tauri-apps/api": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0-beta.0",
"@threlte/core": "^7.1.0",
"@threlte/extras": "^8.7.5",
"@threlte/flex": "^1.0.1",
"@types/three": "^0.159.0",
2024-04-04 19:17:27 +02:00
"input-elements": "link:../packages/input-elements",
2024-03-13 16:18:48 +01:00
"jsondiffpatch": "^0.6.0",
"meshline": "^3.2.0",
"plantarium-nodes-math": "link:../nodes/max/plantarium/math/pkg",
"three": "^0.159.0",
"three.meshline": "^1.4.0"
2024-03-06 14:01:07 +01:00
},
"devDependencies": {
2024-03-06 18:31:06 +01:00
"@histoire/plugin-svelte": "^0.17.9",
2024-04-04 19:17:27 +02:00
"@nodes/types": "link:../packages/types",
2024-03-06 14:01:07 +01:00
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": "2.0.0-beta.3",
"@tsconfig/svelte": "^5.0.2",
2024-03-13 14:30:30 +01:00
"@zerodevx/svelte-json-view": "^1.0.9",
2024-03-06 18:31:06 +01:00
"histoire": "^0.17.9",
2024-03-06 14:01:07 +01:00
"internal-ip": "^7.0.0",
"svelte": "^4.2.8",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
2024-04-04 19:17:27 +02:00
"vite": "^5.1.4",
"vite-plugin-glsl": "^1.2.1",
"vite-plugin-wasm": "^3.3.0"
2024-03-06 14:01:07 +01:00
}
}