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.
42 lines
1.0 KiB
42 lines
1.0 KiB
{
|
|
"name": "a1800",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.3.0",
|
|
"ramda": "^0.30.1",
|
|
"rxjs": "^7.8.1",
|
|
"vant": "^4.9.16",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/node": "^22.10.2",
|
|
"@types/ramda": "^0.30.2",
|
|
"@types/rx": "^4.1.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"npm-run-all2": "^7.0.2",
|
|
"postcss": "^8.5.1",
|
|
"postcss-import": "^16.1.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.0.5",
|
|
"vite-plugin-vue-devtools": "^7.6.8",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|