-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.8 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
59
{
"name": "exam-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "yarn lint:js && yarn lint:style",
"lint:js": "eslint . --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore & vue-tsc --noEmit",
"lint:style": "stylelint --fix \"**/*.{vue,css}\" --ignore-path .gitignore",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^7.5.4",
"@vueuse/router": "^7.6.1",
"@wangeditor/editor": "^0.15.5",
"@wangeditor/editor-for-vue": "^5.1.8-8",
"axios": "^0.25.0",
"dayjs": "^1.10.7",
"echarts": "^5.3.1",
"lodash": "^4.17.21",
"naive-ui": "^2.23.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.9",
"vfonts": "^0.0.3",
"vue": "^3.2.25",
"vue-request": "^1.2.4",
"vue-router": "^4.0.12",
"wangeditor": "^4.7.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^2.0.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^8.2.0",
"postcss-nesting": "^10.1.0",
"prettier": "^2.5.1",
"prettier-plugin-import-sort": "^0.0.7",
"sass": "^1.49.11",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
}
}