-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 943 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"nuxt": "^3.0.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.1.1",
"@headlessui/vue": "^1.7.4",
"@pinia/nuxt": "^0.4.4",
"@tailwindcss/forms": "^0.5.3",
"@vee-validate/rules": "^4.7.3",
"dayjs": "^1.11.6",
"joi": "^17.7.0",
"mongoose": "^6.7.2",
"nuxt-icon": "^0.1.7",
"pinia": "^2.0.24",
"vee-validate": "^4.7.3",
"vue-toastification": "^2.0.0-rc.5",
"vue3-easy-data-table": "^1.5.15"
}
}