-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bebird",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(html|vue|ts|js|json|cjs)\""
},
"dependencies": {
"@quasar/extras": "^1.16.9",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^11.0.3",
"axios": "^1.6.7",
"country-region-data": "^3.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"pinia": "^2.1.7",
"quasar": "^2.15.1",
"universal-cookie": "^7.2.0",
"vue": "^3.4.19",
"vue-country-flag-next": "^2.3.2",
"vue-router": "^4.3.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vuefire": "^3.2.0"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.6.0",
"@types/leaflet": "^1.9.11",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"leaflet": "^1.9.4",
"onchange": "^7.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-attributes": "^1.0.0",
"sass": "^1.33.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.20.1",
"vue-tsc": "^2.1.6"
}
}