-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "yournews",
"private": true,
"version": "2.0.3",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@element-plus/icons-vue": "^2.0.10",
"@pureadmin/utils": "^0.1.2",
"@vavt/md-editor-extension": "^1.4.0",
"axios": "^1.0.0",
"chart.js": "^3.9.1",
"element-plus": "^2.2.19",
"js-cookie": "^3.0.1",
"jsencrypt": "^3.3.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"md-editor-v3": "^2.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"qs": "^6.11.0",
"vue": "^3.2.37",
"vue-chart-3": "^3.1.8",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/marked": "^4.0.8",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^3.1.0",
"eslint": "^8.33.0",
"eslint-plugin-vue": "^9.9.0",
"mockjs": "^1.1.0",
"prettier": "^2.8.3",
"sass": "^1.55.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.11.4",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.0",
"vite-plugin-mock": "^2.9.6",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^0.40.4"
}
}