forked from massif-press/compcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.36 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.36 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
78
79
80
81
82
83
84
85
86
87
{
"name": "compcon",
"private": true,
"version": "3.0.0λ",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-nocheck": "vite build",
"preview": "vite preview",
"lint": "eslint src/ --fix",
"lint:check": "eslint src/",
"format": "prettier --write 'src/**/*.{ts,vue,json,css,scss,md}'",
"format:check": "prettier --check 'src/**/*.{ts,vue,json,css,scss,md}'",
"typecheck": "vue-tsc --noEmit",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,vue}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,css,scss}": [
"prettier --write"
]
},
"dependencies": {
"@kyvg/vue3-notification": "3.4.2",
"@massif/lancer-data": "^4.0.0",
"@mdi/font": "7.4.47",
"@sentry/vite-plugin": "^5.1.1",
"@sentry/vue": "^10.40.0",
"@vueup/vue-quill": "^1.2.0",
"aws-amplify": "6.16.2",
"chart.js": "4.5.1",
"chartjs-plugin-annotation": "3.1.0",
"chartjs-plugin-datalabels": "2.2.0",
"dompurify": "^3.3.1",
"ef-infinite-canvas": "0.6.9",
"expr-eval": "^2.0.2",
"jszip": "3.10.1",
"localforage": "1.10.0",
"lodash-es": "^4.17.23",
"marked": "^15.0.12",
"pinia": "3.0.4",
"promisify-file-reader": "4.1.0",
"semver": "7.7.4",
"sortablejs": "^1.15.7",
"sortablejs-vue3": "^1.3.0",
"typeit": "^8.8.7",
"uuid": "11.1.0",
"vue": "3.5.29",
"vue-advanced-cropper": "2.8.9",
"vue-chartjs": "5.3.3",
"vue-html-secure": "1.0.10",
"vue-router": "4.6.4",
"vuetify": "^3.12.1",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "22.19.11",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "5.2.4",
"@vue/eslint-config-typescript": "^14.7.0",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"sass": "1.97.3",
"typescript": "5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "6.4.1",
"vite-plugin-purgecss": "^0.2.13",
"vite-plugin-pwa": "^1.2.0",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "2.2.12"
},
"resolutions": {
"quill": "^2.0.2",
"@vue/server-renderer": "^3.x",
"@vue/compiler-ssr": "^3.x"
},
"packageManager": "yarn@4.13.0"
}