-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "laravel-poland-meetup",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint frontend --ext .js,.vue",
"lintf": "eslint frontend --ext .js,.vue --fix"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.5",
"@headlessui/vue": "^1.7.0",
"@heroicons/vue": "^2.0.10",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"dotenv": "^16.0.3",
"mapbox-gl": "^2.12.0",
"swiper": "^9.1.0",
"vue": "^3.2.37",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.26.0",
"eslint-plugin-tailwindcss": "^3.7.0",
"eslint-plugin-vue": "^9.6.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}