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.
33 lines
849 B
33 lines
849 B
{
|
|
"name": "activitylink",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build:test": "vite build --mode development",
|
|
"build:prod": "vite build --mode production"
|
|
},
|
|
"dependencies": {
|
|
"@tweenjs/tween.js": "^18.6.4",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"axios": "^1.10.0",
|
|
"dayjs": "^1.11.13",
|
|
"element-plus": "^2.10.3",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.4.1",
|
|
"three": "^0.178.0",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"terser": "^5.43.1",
|
|
"unplugin-auto-import": "^19.3.0",
|
|
"unplugin-vue-components": "^28.8.0"
|
|
}
|
|
}
|