forked from supabase-community/sql-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 Bytes
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
{
"name": "supabase-sql",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@vueuse/core": "^6.3.3",
"clipboard": "^2.0.8",
"core-js": "^3.15.1",
"nuxt": "^2.15.7"
},
"devDependencies": {
"@iconify/json": "^1.1.401",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-fonts": "^1.3.0",
"nuxt-vite": "^0.2.4",
"nuxt-windicss": "^1.1.1",
"unplugin-icons": "^0.10.0"
}
}