mirror of
https://github.com/thelastoutpostworkshop/ESP32PartitionBuilder.git
synced 2026-03-13 09:01:57 +08:00
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"name": "esp32_partitions",
|
|
"version": "1.2.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run typecheck && vite build",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"typecheck": "vue-tsc --build --force"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"pinia": "^3.0.1",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"vuetify": "^3.6.9"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/node": "^25.0.3",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "^5.5.2",
|
|
"vite": "^7.1.5",
|
|
"vue-tsc": "^3.0.7"
|
|
}
|
|
}
|