mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
35 lines
882 B
JSON
35 lines
882 B
JSON
{
|
|
"name": "pragotron-td2",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "yarn build && vite preview",
|
|
"deploy": "yarn build && firebase deploy --only hosting",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"sass": "^1.87.0",
|
|
"vue": "^3.3.11",
|
|
"vue-i18n": "11",
|
|
"vue-router": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/node": "^25.6.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"prettier": "3.8.2",
|
|
"typescript": "~6.0.0",
|
|
"vite": "^8.0.3",
|
|
"vue-tsc": "^3.2.6"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|