-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 951 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "medical-brain",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@duskmoon/vue3-typed-js": "^0.0.3",
"animate.css": "^4.1.1",
"axios": "^1.3.4",
"easy-typer-js": "^2.1.0",
"echarts": "^5.4.2",
"element-plus": "^2.3.1",
"marked": "^4.3.0",
"nprogress": "^0.2.0",
"pdfjs-dist": "^3.4.120",
"sass": "^1.60.0",
"typed.js": "^2.0.14",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"eslint": "^8.37.0",
"prettier": "^2.8.7",
"terser": "^5.16.8",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0"
}
}