You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
755 B
JSON
31 lines
755 B
JSON
{
|
|
"name": "mh5",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.1",
|
|
"pinia": "^2.1.6",
|
|
"vant": "^4.7.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vue3-pdf-app": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.3",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-top-level-await": "^1.3.1"
|
|
}
|
|
}
|