-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"notsc-build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tailwindcss/forms": "^0.5.9",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.7.7",
"leaflet": "^1.9.4",
"markdown-it": "^14.1.0",
"markdown-it-class": "^1.0.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.0.2",
"vue": "^3.5.10",
"vue-multiselect": "^3.1.0",
"vue-qrcode-reader": "^5.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.53.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.28.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
}