mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 13:38:14 +00:00
22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name": "pragotron-td2",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.55.0",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.1.0",
|
|
"vue-tsc": "^1.0.0"
|
|
}
|
|
}
|