-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "smarttext",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cm": "git-cz"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.5",
"@types/qs": "^6.9.7",
"axios": "^0.27.2",
"cz-conventional-changelog": "^3.3.0",
"echarts": "^5.3.3",
"element-plus": "^2.2.13",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mavon-editor": "^3.0.0-beta",
"mitt": "^3.0.0",
"path": "^0.12.7",
"qs": "^6.11.0",
"sass": "^1.52.3",
"unplugin-icons": "^0.14.5",
"vite-plugin-inspect": "^0.5.0",
"vue": "^3.2.25",
"vue-router": "^4.0.16",
"vue-video-player": "^5.0.2",
"vue3-video-play": "^1.3.1-beta.6"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.5",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"sass-resources-loader": "^2.2.5",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.8.8",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}