53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "swpt",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --open --port 8888",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.5",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.14",
|
|
"pdfjs-dist": "^2.2.228",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-pdf": "^4.3.0",
|
|
"vue-pdf-embed": "^1.2.1",
|
|
"vue-router": "^4.2.4",
|
|
"vue3-pdf": "^4.2.6",
|
|
"vue3-pdf-app": "^1.0.3",
|
|
"vue3-pdfjs": "^0.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/node": "^18.17.15",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"install": "^0.13.0",
|
|
"less": "^4.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pnpm": "^8.14.1",
|
|
"prettier": "^3.0.3",
|
|
"sass": "^1.67.0",
|
|
"typescript": "~5.1.6",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^1.8.11"
|
|
}
|
|
}
|