加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
小李zhen 提交于 2023-02-03 17:07 . 完成PC端页面布局和接口请求
{
"name": "pacs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@vueuse/core": "^9.9.0",
"axios": "^1.2.1",
"core-js": "^3.6.5",
"cornerstone-core": "^2.3.0",
"cornerstone-math": "^0.1.10",
"cornerstone-tools": "^6.0.8",
"cornerstone-wado-image-loader": "^3.0.0",
"cornerstone-web-image-loader": "^2.1.1",
"dicom-parser": "^1.8.20",
"dotenv": "^16.0.3",
"element-plus": "^2.2.28",
"good-storage": "^1.1.1",
"gsap": "^3.9.1",
"hammerjs": "^2.0.8",
"pinia": "^2.0.28",
"svg-sprite-loader": "^6.0.11",
"vant": "^4.0.7",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-easy-data-table": "^1.5.30"
},
"devDependencies": {
"@types/good-storage": "^1.1.0",
"@types/node": "^17.0.31",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"sass": "^1.45.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.11"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化