加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
mi_cy 提交于 2024-08-03 17:31 . asd
{
"name": "tentech-official",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"build-only": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@icon-park/vue-next": "^1.4.2",
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.5.1",
"crypto-js": "^4.1.1",
"highlight.js": "^11.7.0",
"less": "^4.1.3",
"markdown-it": "^13.0.1",
"pinia": "^2.0.36",
"swiper": "^9.4.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化