You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
50 lines
1.6 KiB
{
|
|
"name": "my-vue-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --ext .vue,.ts,.js src",
|
|
"lint:fix": "eslint --ext .vue,.ts,.js src --fix",
|
|
"format": "prettier --write \"src/**/*.{js,ts,vue,json,css,scss,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"pinia": "^3.0.2",
|
|
"tailwindcss": "^4.1.4",
|
|
"vant": "^4.9.19",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
"@typescript-eslint/parser": "^8.31.1",
|
|
"@vant/auto-import-resolver": "^1.3.0",
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
"@vue/eslint-config-standard": "^9.0.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"globals": "^16.0.0",
|
|
"postcss": "^8.5.3",
|
|
"postcss-pxtorem": "^6.1.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.31.1",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"vite": "^6.3.1",
|
|
"vue-eslint-parser": "^10.1.3",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"packageManager": "[email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
|
}
|
|
|