-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "app-chat-vue-firebase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@quasar/extras": "^1.16.11",
"@types/node": "^20.14.9",
"firebase": "^10.12.3",
"pinia": "^2.1.7",
"quasar": "^2.16.4",
"uuid": "^10.0.0",
"vee-validate": "^4.13.1",
"vue": "^3.4.29",
"vue-router": "4",
"vue3-toastify": "^0.2.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.7.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"dayjs": "^1.11.13",
"eslint": "^9.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.2",
"sass": "^1.33.0",
"typescript": "^5.2.2",
"unocss": "^0.61.0",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}