-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2 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
{
"name": "cksc-legislation",
"version": "0.0.1",
"description": "建國中學班聯會內憲章、法律、命令、公文之中央儲存資料庫",
"productName": "CKSC Legislation",
"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 -m ssr",
"build": "quasar build -m ssr",
"spa-build": "quasar build",
"gcp-build": "quasar build -m ssr && cd dist/ssr && yarn install",
"postinstall": "quasar prepare"
},
"dependencies": {
"@quasar/extras": "^1.17.0",
"@types/sanitize-html": "^2.16.1",
"algoliasearch": "^5.49.2",
"diff": "^8.0.3",
"firebase": "^12.10.0",
"html-to-text": "^9.0.5",
"instantsearch.css": "^8.12.0",
"lodash": "^4.17.23",
"pinia": "^3.0.4",
"quasar": "^2.18.6",
"sanitize-html": "^2.17.1",
"v-code-diff": "^1.13.1",
"vue": "^3.5.30",
"vue-draggable-plus": "^0.6.1",
"vue-gtag": "~3.7.0",
"vue-instantsearch": "^4.24.1",
"vue-router": "^5.0.3",
"vue-to-print": "^1.5.1",
"vuefire": "^3.2.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@quasar/app-vite": "^2.4.1",
"@types/diff": "^8.0.0",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.5.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"autoprefixer": "^10.4.27",
"eslint": "^10.0.3",
"eslint-plugin-vue": "^10.8.0",
"firebase-tools": "^15.10.0",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"vite-plugin-checker": "^0.12.0",
"vite-plugin-eslint2": "^5.0.5",
"vue-tsc": "^3.2.5"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4"
}
}