-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"host": "nuxt dev -- --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"ionic:build": "npm run build",
"ionic:serve": "npm run start"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.8.2",
"sass": "^1.71.1",
"vue": "^3.4.21",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxtjs/supabase": "^1.1.6",
"@pinia/nuxt": "^0.5.1",
"base64-arraybuffer": "^1.0.2",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"http-server": "^14.1.1",
"node-osc": "^9.1.0",
"osc": "^2.4.4",
"p5": "^1.9.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"soundfont-player": "^0.12.0",
"supabase": "^1.148.6",
"tone": "^14.7.77",
"vue-p5-component": "^1.0.4",
"ws": "^8.16.0"
},
"version": "0.0.0"
}