63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "puton",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"bp": "pnpm build && node deploy.mjs",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@types/axios": "^0.14.0",
|
|
"@vueuse/core": "^10.11.0",
|
|
"@vueuse/integrations": "^10.11.0",
|
|
"axios": "^1.3.4",
|
|
"element-plus": "^2.7.6",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"lodash": "^4.17.21",
|
|
"node-ssh": "^13.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.1.7",
|
|
"splitpanes": "^3.1.5",
|
|
"swiper": "^11.1.4",
|
|
"universal-cookie": "^6",
|
|
"unplugin-icons": "^0.19.0",
|
|
"vue": "^3.4.29",
|
|
"vue-awesome-swiper": "^5.0.1",
|
|
"vue-global-api": "^0.4.1",
|
|
"vue-i18n": "9",
|
|
"vue-router": "^4.3.3",
|
|
"vue-virtual-scroller": "2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ep": "^1.1.15",
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/lodash": "^4.17.6",
|
|
"@types/node": "^20.14.5",
|
|
"@types/splitpanes": "^2.2.6",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"npm-run-all2": "^6.2.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.77.6",
|
|
"typescript": "~5.4.0",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-vue-components": "^0.27.2",
|
|
"vite": "^5.3.1",
|
|
"vue-tsc": "^2.0.21"
|
|
}
|
|
}
|