33 lines
742 B
JSON
33 lines
742 B
JSON
{
|
|
"name": "ttglanding",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src/",
|
|
"lint:fix": "eslint src/ --fix"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.2.0",
|
|
"tuicss": "^2.1.2",
|
|
"vue": "^3.5.0",
|
|
"vue-i18n": "^10.0.8",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^5.4.0",
|
|
"vue-tsc": "^2.1.0",
|
|
"eslint": "^9.0.0",
|
|
"@eslint/js": "^9.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"eslint-plugin-vue": "^9.28.0"
|
|
}
|
|
}
|