55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "abshode",
|
|
"private": true,
|
|
"version": "1.0.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"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": {
|
|
"@rushstack/eslint-patch": "^1.7.2",
|
|
"@types/node": "^20.11.17",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vueuse/core": "^10.9.0",
|
|
"ant-design-vue": "^4.1.2",
|
|
"axios": "^1.6.8",
|
|
"dayjalali": "^1.0.1",
|
|
"echarts": "^5.5.0",
|
|
"jalaliday": "^2.3.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"moment-jalaali": "^0.10.0",
|
|
"pinia": "^2.1.7",
|
|
"vant": "^4.9.4",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vue": "^3.4.19",
|
|
"vue-content-loader": "^2.0.1",
|
|
"vue-echarts": "^6.6.9",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-otp-input": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"prettier": "3.2.5",
|
|
"typescript": "^5.2.2",
|
|
"unocss": "^66.1.2",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^6.3.5",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|