-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 KB
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
56
57
58
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"dependencies": {
"@types/sanitize-html": "^2.6.2",
"axios": "^0.26.1",
"baota": "^0.2.1",
"bowser": "^2.11.0",
"bytemd": "^1.15.0",
"dayjs": "^1.11.3",
"echarts": "^5.4.1",
"element-plus": "^2.1.10",
"js-cookie": "^3.0.1",
"juejin-markdown-themes": "^1.29.2",
"md-editor-v3": "^2.1.2",
"moment": "^2.29.3",
"pinia": "^2.0.13",
"pinia-plugin-persist": "^1.0.0",
"postcss-px-to-viewport": "^1.1.1",
"vue": "^3.2.25",
"vue-router": "^4.0.14",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/js-md5": "^0.4.3",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.0",
"js-md5": "^0.7.3",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2",
"sass": "^1.50.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.2",
"vue-tsc": "^0.29.8"
}
}