2024-11-13 11:26:59 +08:00
|
|
|
{
|
2025-02-17 18:44:53 +08:00
|
|
|
"name": "GateWay",
|
2024-11-13 11:26:59 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-02-17 18:44:53 +08:00
|
|
|
"@capacitor/android": "^7.0.1",
|
|
|
|
"@capacitor/cli": "^7.0.1",
|
|
|
|
"@capacitor/core": "^7.0.1",
|
2025-04-24 16:53:10 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
2024-11-13 11:26:59 +08:00
|
|
|
"@vant/touch-emulator": "^1.4.0",
|
|
|
|
"amfe-flexible": "^2.2.1",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"core-js": "^3.8.3",
|
2025-02-17 18:44:53 +08:00
|
|
|
"element-plus": "^2.9.4",
|
|
|
|
"express": "^4.21.2",
|
2025-04-24 16:53:10 +08:00
|
|
|
"font-awesome": "^4.7.0",
|
2025-02-17 18:44:53 +08:00
|
|
|
"lamejs": "^1.2.1",
|
2024-11-13 11:26:59 +08:00
|
|
|
"mqtt": "^2.18.8",
|
2025-02-17 18:44:53 +08:00
|
|
|
"nipplejs": "^0.10.2",
|
2025-05-22 15:34:21 +08:00
|
|
|
"qiankun": "^2.10.16",
|
2024-11-13 11:26:59 +08:00
|
|
|
"vant": "^4.9.5",
|
|
|
|
"vconsole": "^3.15.1",
|
|
|
|
"vue": "^3.2.13",
|
|
|
|
"vue-router": "^4.0.3",
|
|
|
|
"vuex": "^4.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
|
|
"@locator/runtime": "^0.4.4",
|
|
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
|
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
|
|
"@vue/cli-service": "~5.0.0",
|
2025-02-17 18:44:53 +08:00
|
|
|
"code-inspector-plugin": "^0.17.9",
|
2024-11-13 11:26:59 +08:00
|
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"less-loader": "^12.2.0",
|
|
|
|
"postcss-pxtorem": "^5.1.1",
|
|
|
|
"unplugin-auto-import": "^0.17.8",
|
2025-02-17 18:44:53 +08:00
|
|
|
"unplugin-vue-components": "^0.27.5"
|
2024-11-13 11:26:59 +08:00
|
|
|
}
|
|
|
|
}
|