30 lines
764 B
JSON
30 lines
764 B
JSON
{
|
|
"name": "personal-tracker-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.{js,vue}\" --fix"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.0.2",
|
|
"@eslint/js": "^9.2.0",
|
|
"@rushstack/eslint-patch": "^1.10.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"eslint": "^9.2.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vue-tsc": "^2.0.6"
|
|
},
|
|
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
|
}
|