-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "quasar-vue3-admin-template",
"version": "0.0.1",
"description": "A Quasar Project with Vue3 and have class API",
"productName": "Quasar Project",
"author": "dirk.he <[email protected]>",
"private": true,
"scripts": {
"dev": "npx quasar dev",
"build": "npx quasar build",
"build:pwa": "npx quasar build -m pwa",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/vue3": "^5.11.3",
"@quasar/extras": "^1.0.0",
"axios": "^1.1.3",
"chart.js": "^4.0.1",
"codemirror": "^5.56.0",
"core-js": "^3.6.5",
"echarts": "^5.4.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.2.20",
"js-cookie": "^3.0.1",
"jsencrypt": "^3.2.1",
"json-editor-vue": "^0.9.2",
"marked": "^2.0.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"prismjs": "^1.29.0",
"quasar": "^2.6.0",
"sass.js": "^0.11.1",
"sha256": "^0.2.0",
"shepherd.js": "^11.0.1",
"ts-md5": "^1.2.7",
"uuid": "^9.0.0",
"vanilla-jsoneditor": "^0.9.2",
"vue": "^3.2.29",
"vue-facing-decorator": "^2.1.12",
"vue-i18n": "^9.3.0-beta.6",
"vue-router": "^4.1.6",
"vue-shepherd": "^2.0.1",
"vue3-count-to": "^1.1.2",
"vue3-photo-preview": "^0.2.6",
"vue3-side-panel": "^1.1.1",
"vuex": "^4.0.1",
"xterm": "^5.1.0",
"xterm-addon-attach": "^0.8.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@quasar/app-webpack": "^3.0.0",
"@types/chart.js": "^2.9.37",
"@types/codemirror": "0.0.97",
"@types/js-cookie": "^3.0.2",
"@types/node": "^12.20.21",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"ajv": "^7",
"autoprefixer": "^10.4.2",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4",
"vuex-module-decorators": "^2.0.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}