-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1007 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
37
38
39
40
{
"name": "element-plus-vite-starter",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"axios": "^1.4.0",
"element-plus": "^2.3.5",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"github-markdown-css": "^5.2.0",
"loaders.css": "^0.1.2",
"lodash": "^4.17.21",
"plotly.js": "^2.23.2",
"plotly.js-dist": "^2.23.2",
"vue": "^3.2.47",
"vue-router": "^4.2.1",
"vue-showdown": "^4.1.0"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",
"@types/node": "^20.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite-ssg": "^0.22.2",
"vue-tsc": "^1.6.5"
},
"license": "MIT"
}