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.
40 lines
1.1 KiB
40 lines
1.1 KiB
{
|
|
"name": "park-h",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"dev:prod": "vite --mode production",
|
|
"build:test": "vite build --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^2.2.3",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.4",
|
|
"echarts": "^5.1.1",
|
|
"uniapp-zaudio": "^2.2.51",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "4",
|
|
"vue-seamless-scroll": "^1.1.23"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^15.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
|
"@typescript-eslint/parser": "^4.22.1",
|
|
"@vitejs/plugin-vue": "^1.2.2",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"autoprefixer": "^10.2.5",
|
|
"eslint": "^7.26.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
"postcss": "^8.2.14",
|
|
"prettier": "^2.3.0",
|
|
"tailwindcss": "^2.1.2",
|
|
"typescript": "^4.1.3",
|
|
"video.js": "^7.14.3",
|
|
"vite": "^2.2.3",
|
|
"vue-tsc": "^0.0.24"
|
|
}
|
|
}
|
|
|