-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.81 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.81 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "duckdb-studio",
"version": "1.0.0",
"description": "Simple web utility to explore DuckDB database",
"author": "Senthilnathan Karuppaiah",
"private": true,
"scripts": {
"dev": "nuxt dev",
"upgrade": "nuxi upgrade --force",
"info": "nuxi info",
"cleanup": "npx nuxi clean",
"build": "nuxi --max-old-space-size=8192 build",
"start": "node .output/server/index.mjs",
"ionic:build": "npm run build",
"ionic:serve": "npm run start",
"generate": "nuxt generate"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.20.7",
"@nuxt/content": "^2.8.2",
"@nuxt/devtools": "^0.1.6",
"@nuxt/image": "^0.7.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxthq/studio": "^0.3.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^6.1.3",
"@nuxtlabs/github-module": "^1.5.4",
"@sidebase/nuxt-pdf": "^0.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.13.0",
"autoprefixer": "^10.4.13",
"monaco-editor-core": "^0.34.1",
"nuxi": "^3.10.1",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.1.8",
"nuxt-lodash": "^2.4.1",
"nuxt-openapi-docs-module": "^5.1.15",
"postcss": "^8.4.19",
"postcss-nested": "^6.0.0",
"rollup-plugin-typescript2": "^0.32.1",
"sweetalert": "^2.1.2",
"tailwindcss": "^3.2.4",
"underscore.string": "^3.3.6",
"v-calendar": "^3.0.0-alpha.8",
"vue-content-loader": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-moment": "^4.1.0",
"vue-plausible": "^1.3.2",
"vue-underscore": "^0.1.4"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-sql": "^6.5.4",
"@codemirror/theme-one-dark": "^6.1.2",
"@heroicons/vue": "^2.1.3",
"@nuxt-themes/typography": "^1.0.1",
"@nuxt/ui": "^2.8.1",
"@nuxthq/neo": "^0.4.4",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/mdc": "npm:@nuxtjs/mdc-edge@latest",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/supabase": "^1.1.6",
"@pinia/nuxt": "^0.4.6",
"@sendgrid/mail": "^7.7.0",
"@tailvue/nuxt": "^0.1.64",
"@tailwindcss/forms": "^0.5.3",
"@vue-hero-icons/solid": "^1.7.2",
"base64-arraybuffer": "^1.0.2",
"clean": "^4.0.2",
"codemirror": "^6.0.1",
"duckdb-async": "^0.10.0",
"esbuild": "^0.17.12",
"gridjs": "^5.1.0",
"image-to-base64": "^2.2.0",
"mitt": "^3.0.0",
"moment-timezone": "^0.5.34",
"nuxt-simple-sitemap": "^3.2.6",
"save": "^2.9.0",
"stream-to-array": "^2.3.0",
"swagger-ui": "^5.11.7",
"tailwind-colors": "^1.1.0",
"unimport": "^3.7.1",
"uuid": "^9.0.0",
"vue-codemirror": "^6.1.1"
}
}