-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.58 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
51
52
53
54
55
{
"name": "mypan",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && esno ./build/script/postBuild.js",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.4",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-sql": "^6.5.0",
"@codemirror/lang-vue": "^0.1.1",
"@codemirror/lang-xml": "^6.0.2",
"@vue-office/docx": "^1.1.3",
"@vue-office/excel": "^1.1.7",
"@vue-office/pdf": "^1.1.3",
"aplayer": "^1.10.1",
"axios": "^1.4.0",
"codemirror": "^6.0.1",
"dotenv": "^16.4.5",
"dplayer": "^1.27.1",
"element-plus": "^2.3.5",
"fs-extra": "^11.2.0",
"hls.js": "^1.4.5",
"lodash-es": "^4.17.21",
"pinia": "^2.1.3",
"qs": "^6.11.2",
"spark-md5": "^3.0.2",
"vue": "^3.3.2",
"vue-clipboard3": "^2.0.0",
"vue-cookies": "^1.8.3",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@rushstack/eslint-patch": "^1.2.0",
"@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^3.0.2"
}
}