-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
53
54
55
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=5678",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint --ext .js,.ts --ignore-path .eslintignore ."
},
"devDependencies": {
"@faker-js/faker": "^8.0.0",
"@nuxt/content": "^2.7.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/supabase": "^0.3.1",
"@pinia/nuxt": "^0.4.7",
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vee-validate/nuxt": "^4.8.6",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"autoprefixer": "^10.4.13",
"daisyui": "^2.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"lodash": "^4.17.21",
"nuxt": "^3.5.3",
"pinia": "^2.0.32",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"short-uuid": "^4.2.2",
"tailwindcss": "^3.2.4",
"uuid": "^9.0.0",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@heroicons/vue": "^2.0.16",
"@types/node": "^18.11.18",
"@vueuse/core": "^10.2.0",
"@vueuse/nuxt": "^10.2.0",
"date-fns": "^2.30.0",
"supabase": "^1.38.2",
"v-calendar": "^3.1.2"
},
"overrides": {
"vue": "latest"
}
}