-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:clean": "rm -rf node_modules && rm -rf package-lock.json && npm i --force && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"author": {
"email": "[email protected]",
"name": "Behon Baker",
"url": "https://behonbaker.com"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.13.2",
"vue": "latest",
"vue-router": "latest"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.1",
"@headlessui/vue": "^1.7.23",
"@pinia/nuxt": "^0.5.5",
"@tailwindcss/forms": "^0.5.9",
"@vee-validate/rules": "^4.13.2",
"dayjs": "^1.11.13",
"joi": "^17.13.3",
"mongoose": "^8.7.0",
"nuxt-icon": "^0.6.10",
"pinia": "^2.2.4",
"vee-validate": "^4.13.2",
"vue-toastification": "next",
"vue3-easy-data-table": "^1.5.47"
},
"overrides": {
"vue": "latest"
}
}