-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.03 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
{
"name": "gc-web",
"version": "0.0.1",
"description": "wisoft-2024-capstone-design",
"productName": "Quasar App",
"author": "junhoshon <sanoldfox@songareeit.com>",
"type": "module",
"private": true,
"scripts": {
"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",
"dev": "quasar dev -m pwa",
"pwa": "quasar dev -m pwa",
"build-spa": "dotenv -e .env -- quasar build -m spa",
"build:pwa": "dotenv -e .env -- quasar build -m pwa"
},
"dependencies": {
"@quasar/cli": "^2.4.1",
"@quasar/extras": "^1.16.4",
"@simplewebauthn/browser": "^11.0.0",
"@vitejs/plugin-vue": "^5.1.5",
"axios": "^1.2.1",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"heic2any": "^0.0.4",
"html2canvas": "^1.4.1",
"http-server": "^14.1.1",
"jwt-decode": "^4.0.0",
"lottie-web": "^5.12.2",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"register-service-worker": "^1.7.2",
"uuid": "^10.0.0",
"vite": "^5.4.11",
"vue": "^3.4.18",
"vue-router": "^4.0.12",
"vue3-naver-maps": "^4.2.0"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.0-beta.5",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.2",
"dotenv-cli": "^7.4.2",
"eslint": "^8.11.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.0.0",
"pm2": "^5.4.2",
"prettier": "^3.0.3",
"typescript": "~5.3.0",
"vite-plugin-checker": "^0.6.4",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.22",
"workbox-build": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}