mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-19 15:13:41 +08:00
chore: migrate to farm
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "cross-env VITE_SERVICE_ENV=dev vite",
|
||||
"dev:farm": "cross-env VITE_SERVICE_ENV=dev farm start",
|
||||
"dev:test": "cross-env VITE_SERVICE_ENV=test vite",
|
||||
"dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
|
||||
"build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build",
|
||||
@@ -75,6 +76,7 @@
|
||||
"socket.io-client": "4.7.2",
|
||||
"swiper": "10.2.0",
|
||||
"ua-parser-js": "1.0.36",
|
||||
"unocss": "^0.56.5",
|
||||
"vditor": "3.9.5",
|
||||
"vue": "3.3.4",
|
||||
"vue-i18n": "9.4.1",
|
||||
@@ -85,6 +87,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@amap/amap-jsapi-types": "0.0.13",
|
||||
"@farmfe/cli": "^0.5.8",
|
||||
"@farmfe/core": "^0.13.2",
|
||||
"@farmfe/js-plugin-postcss": "1.0.4",
|
||||
"@farmfe/js-plugin-vue": "^3.0.0",
|
||||
"@farmfe/plugin-sass": "^0.2.2",
|
||||
"@iconify/json": "2.2.118",
|
||||
"@iconify/vue": "4.1.1",
|
||||
"@soybeanjs/cli": "0.7.1",
|
||||
@@ -94,6 +101,7 @@
|
||||
"@types/node": "20.6.3",
|
||||
"@types/qs": "6.9.8",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
"@unocss/postcss": "^0.56.5",
|
||||
"@unocss/preset-uno": "0.56.0",
|
||||
"@unocss/transformer-directives": "0.56.0",
|
||||
"@unocss/vite": "0.56.0",
|
||||
|
||||
Reference in New Issue
Block a user