-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.66 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.66 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
{
"name": "cksc-platform",
"version": "0.0.1",
"description": "A legislative platform with punch-in, voting and legal code keeping features",
"productName": "CK Student Council Legistaive Platform",
"author": "RobotHanzo <36107150+RobotHanzo@users.noreply.github.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "2",
"@quasar/extras": "^1.18.0",
"@volar/language-server": "2.4.28",
"@vue/language-server": "^3.1.2",
"exceljs": "^4.4.0",
"firebase": "^12.11.0",
"qrcode": "1",
"quasar": "^2.19.1",
"vue": "^3.5.19",
"vue-draggable-plus": "^0.6.0",
"vue-gtag": "^3.5.2",
"vue-qrcode-reader": "^5.7.3",
"vue-router": "^5.0.3",
"vuefire": "^3.2.2"
},
"devDependencies": {
"@eslint/js": "^10",
"@quasar/app-vite": "^2.5.2",
"@types/node": "^25.5.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^10",
"eslint-plugin-vue": "^10.3.0",
"globals": "^17.4.0",
"prettier": "^3.3.3",
"typescript": "~5.9.3",
"vite-plugin-checker": "^0.12.0",
"vite-plugin-eslint2": "^5.1.0",
"vue-tsc": "^3.0.5"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}