-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.72 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
56
{
"name": "made-with-supabase",
"version": "1.0.0",
"description": "A collection of projects made with Supabase – Websites, Mobile Apps, SaaS, Plugins and more!",
"author": "zernonia",
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
"generate": "nuxt generate",
"build": "nuxt build",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"codegen": "supabase gen types typescript --project-id dohemiycqebeipbvsvnr > ./types/database.ts",
"upgrade:nuxt": "nuxi upgrade --force",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@vueuse/components": "^9.13.0",
"@vueuse/core": "^9.13.0",
"dayjs": "^1.11.7",
"json-2-csv": "^5.0.1",
"lottie-web": "^5.10.2",
"marked": "^4.3.0",
"nodemailer": "^6.9.1",
"remove-markdown": "^0.5.0",
"swiper": "^9.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@formkit/addons": "^0.17.5",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@formkit/nuxt": "^0.17.5",
"@iconify-json/lucide": "^1.1.113",
"@iconify-json/simple-icons": "^1.1.55",
"@nuxt/devtools": "^0.6.0",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxthq/ui": "2.3.0",
"@nuxtjs/supabase": "^0.3.7",
"@resvg/resvg-js": "^2.4.1",
"@types/marked": "^4.0.8",
"@types/nodemailer": "^6.4.7",
"@types/remove-markdown": "^0.3.1",
"@vueuse/nuxt": "^9.13.0",
"eslint": "^8.41.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"nuxt": "^3.5.3",
"nuxt-lego": "^0.0.10",
"nuxt-og-image": "^2.0.0-beta.58",
"nuxt-seo-kit": "^1.3.8",
"typescript": "^5.0.4",
"vue-filepond": "^7.0.3"
}
}