Files
satisfactory-BlueprintsEdit/package.json
2025-12-04 17:31:18 +08:00

26 lines
544 B
JSON

{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@etothepii/satisfactory-file-parser": "^3.1.3",
"@tailwindcss/vite": "^4.1.14",
"axios": "^1.12.2",
"daisyui": "^5.3.7",
"monaco-editor": "^0.55.1",
"monaco-editor-vue3": "^1.0.4",
"tailwindcss": "^4.1.14",
"vue": "^3.5.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.1.7"
}
}