拉取最新代码
正在显示
.env.development
0 → 100644
.env.production
0 → 100644
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "tokcos-socket-web-ts", | ||
"version": "0.1.0", | ||
"private": true, | ||
"name": "min-demo", | ||
"version": "0.0.1", | ||
"type": "module", | ||
"license": "MIT", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
"build": "vue-tsc --noEmit && vite build --mode production", | ||
"serve": "vite --mode development", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.24.3", | ||
"@babel/types": "^7.24.0", | ||
"@element-plus/icons-vue": "^2.3.1", | ||
"@luohc92/vue3-image-viewer": "^1.0.0", | ||
"axios": "^1.6.7", | ||
"core-js": "^3.8.3", | ||
"@tinymce/tinymce-vue": "^4.0.7", | ||
"@vitalets/google-translate-api": "^9.2.0", | ||
"amfe-flexible": "^2.2.1", | ||
"axios": "^0.27.2", | ||
"clipboard": "^2.0.11", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"cos-js-sdk-v5": "^1.7.0", | ||
"cos-wx-sdk-v5": "^1.6.0", | ||
"element-plus": "^2.6.1", | ||
"echarts": "^5.3.3", | ||
"element-plus": "^2.2.14", | ||
"emoji.json": "^15.1.0", | ||
"html-webpack-plugin": "^5.6.0", | ||
"i18n-jsautotranslate": "^2.6.0", | ||
"json-format": "^1.0.1", | ||
"min-comp": "^0.0.4", | ||
"mockjs": "^1.1.0", | ||
"moment": "^2.30.1", | ||
"pinia": "^2.1.7", | ||
"particles.vue3": "^2.2.3", | ||
"pinia": "^2.0.20", | ||
"pinia-plugin-persistedstate": "^3.2.1", | ||
"socket.io-client": "^4.7.4", | ||
"unplugin-auto-import": "0.16.1", | ||
"unplugin-vue-components": "^0.25.2", | ||
"vue": "^3.2.13", | ||
"vue-native-websocket": "^2.0.15", | ||
"vue-router": "^4.0.3", | ||
"vuex": "^4.0.0" | ||
"prismjs": "^1.28.0", | ||
"sass": "^1.54.5", | ||
"sass-loader": "^13.0.2", | ||
"three": "^0.143.0", | ||
"tsparticles": "^2.2.3", | ||
"tunnel": "^0.0.6", | ||
"v-clipboard": "^3.0.0-next.1", | ||
"vant": "^3.6.0", | ||
"vite-plugin-dts": "^1.4.1", | ||
"vite-plugin-md": "^0.20.2", | ||
"vue": "^3.2.37", | ||
"vue-router": "^4.1.3", | ||
"vue3-uuid": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@vue/cli-plugin-babel": "~5.0.0", | ||
"@vue/cli-plugin-eslint": "~5.0.0", | ||
"@vue/cli-plugin-router": "~5.0.0", | ||
"@vue/cli-plugin-typescript": "~5.0.0", | ||
"@vue/cli-plugin-vuex": "~5.0.0", | ||
"@vue/cli-service": "~5.0.0", | ||
"@vue/eslint-config-typescript": "^9.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"sass": "^1.32.7", | ||
"sass-loader": "^12.0.0", | ||
"typescript": "~4.5.5" | ||
"@types/node": "^12.20.24", | ||
"@vitejs/plugin-vue": "^3.0.3", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"typescript": "^4.6.4", | ||
"unplugin-auto-import": "^0.17.5", | ||
"unplugin-vue-components": "^0.26.0", | ||
"vite": "^3.0.7", | ||
"vite-plugin-auto-i18n": "^0.0.9", | ||
"vue-tsc": "^0.39.5" | ||
} | ||
} |
No preview for this file type
src/assets/icon_download.png
0 → 100644
1.0 KB

src/assets/xunjia.svg
0 → 100644
src/components/RightClickMenu.vue
deleted
100644 → 0
src/components/ShopList.vue
0 → 100644
src/lang/index.js
0 → 100644
vite-env.d.ts
0 → 100644
vite.config.ts
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.