-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.78 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --check *.js *.ts resources/js/",
"format:fix": "prettier --write *.js *.ts resources/js/",
"lint": "eslint resources/js/ --ext .js,.ts,.vue",
"lint:fix": "eslint --fix resources/js/ --ext .js,.ts,.vue",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json && rm tsconfig.app.tsbuildinfo"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/node18": "^18.2.2",
"@types/ziggy-js": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.5",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.18.1",
"laravel-vite-plugin": "^0.8.1",
"leaflet": "^1.9.4",
"oh-vue-icons": "^1.0.0-rc3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue": "^3.4.15",
"vue-tsc": "^1.8.22",
"ziggy-js": "^1.6.2"
},
"dependencies": {
"oh-vue-icons": "^1.0.0-rc3",
"slugify": "^1.6.6",
"vue-cookies": "^1.8.3",
"vue-final-modal": "^4.4.5",
"vue-i18n": "^9.6.2",
"vue-qrcode-reader": "^5.4.0",
"vue3-carousel": "^0.3.1"
}
}