-
Notifications
You must be signed in to change notification settings - Fork 416
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.96 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "clientapp",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "vite build",
"lint": "eslint --ext .js,.vue .",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@jsx-email/doiuse-email": "^1.0.1",
"@microsoft/signalr": "^10.0.0",
"@types/jest": "^30.0.0",
"@types/sanitize-html": "^2.11.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/vue3-jest": "^29.2.6",
"@vueup/vue-quill": "^1.2.0",
"async-mutex": "^0.5.0",
"axios": "^1.6.8",
"brace": "^0.11.1",
"cross-env": "^10.0.0",
"device-sizes": "^1.2.3",
"element-plus": "^2.7.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9",
"html-validate": "^10.0.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"sanitize-html": "^2.13.0",
"sass": "^1.75.0",
"splitpanes": "^4.0.0",
"srcdoc-polyfill": "^1.0.0",
"ts-debounce": "^4.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"vue": "^3.2.13",
"vue-facing-decorator": "^4.0.0",
"vue-router": "^5.0.0",
"vue3-ace-editor": "^2.2.4"
},
"eslintConfig": {
"root": true,
"env": {
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-essential",
"@vue/eslint-config-typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"dependencies": {
"@types/css-tree": "^2.3.10",
"@vueuse/components": "^14.0.0",
"css-tree": "^3.1.0",
"patch-package": "^8.0.0",
"util": "^0.12.5"
}
}