-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "craft-beer-finder-frontend-vue",
"version": "1.0.2",
"private": true,
"type": "module",
"author": "Jetro Suni",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"generate-pwa-assets": "pwa-assets-generator",
"preview": "vite preview",
"build-only": "vite build",
"serve": "vite serve",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@vueuse/core": "^12.0.0",
"flowbite": "^2.5.2",
"lodash.debounce": "^4.0.8",
"tw-elements": "^1.1.0",
"vue": "^3.5.13",
"vue-gtag": "^2.0.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.10.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
}
}