-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.76 KB
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
56
57
58
59
60
61
62
63
{
"name": "lefine",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"supabase:types": "pnpm dlx supabase gen types typescript --project-id \"hmzrwiwwbxaudkjyjdzy\" --schema public > ./server/types/supabase.ts",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lexical/html": "0.13.1",
"@movie-web/providers": "^2.2.0",
"@rive-app/canvas": "^2.1.0",
"@vimeo/player": "^2.20.1",
"animejs": "^3.2.2",
"cheerio": "1.0.0-rc.12",
"fuse.js": "^6.6.2",
"h3-compression": "^0.3.2",
"h3-zod": "^0.5.2",
"lexical": "0.13.1",
"lexical-vue": "^0.8.2",
"media-icons": "^1.0.0",
"node-fetch": "^3.3.2",
"notivue": "^2.1.1",
"ofetch": "^1.3.3",
"scrape-youtube": "^2.4.0",
"vidstack": "^1.10.5",
"zod": "^3.22.2"
},
"devDependencies": {
"@0fatihyildiz/fast-ts-utilities": "^0.0.2",
"@antfu/eslint-config": "^2.6.2",
"@iconify-json/logos": "^1.1.35",
"@iconify-json/ph": "^1.1.5",
"@iconify-json/simple-icons": "^1.1.90",
"@iconify/types": "^2.0.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.0.0",
"@nuxt/ui": "^2.11.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/partytown": "^1.4.0",
"@nuxtjs/supabase": "^1.1.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/animejs": "^3.1.12",
"@types/node": "^18.19.31",
"@types/vimeo__player": "^2.18.1",
"@vue-macros/nuxt": "^1.9.7",
"@vueuse/nuxt": "^10.9.0",
"eslint": "npm:eslint-ts-patch@8.56.0-0",
"eslint-ts-patch": "8.56.0-0",
"nuxt": "^3.11.2",
"postcss-mixins": "^9.0.4",
"supabase": "^1.123.4",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"vue-tsc": "^1.8.25"
}
}