-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"lint-fix": "eslint --ext .ts,.js,.vue . --fix",
"typecheck": "nuxi typecheck",
"types:get": "npx supabase gen types typescript --project-id hscidcpphgemdlaynpic --schema public > types/generated-types.ts"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/supabase": "0.3.1",
"@nuxtjs/tailwindcss": "6.4.0",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-prettier": "4.2.1",
"lefthook": "^1.3.5",
"nuxt": "3.1.2",
"nuxt-headlessui": "1.1.1",
"prettier": "2.8.4",
"typescript": "4.9.5",
"vite-svg-loader": "4.0.0",
"vue-tsc": "1.0.24"
},
"dependencies": {
"eslint-plugin-tailwindcss": "3.10.1",
"vue-query": "1.26.0"
}
}