-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "@advjs/editor",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "ADV.JS Editor",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"start": "node .output/server/index.mjs",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"start:generate": "npx serve .output/public"
},
"dependencies": {
"@google/model-viewer": "^3.5.0",
"pixi-painter": "^0.1.6-beta.1"
},
"devDependencies": {
"@advjs/gui": "workspace:*",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/ep": "^1.1.16",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.3.9",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.3",
"@unocss/eslint-config": "^0.62.2",
"@unocss/nuxt": "^0.62.2",
"@vite-pwa/nuxt": "^0.10.0",
"@vueuse/nuxt": "^11.0.1",
"baklavajs": "2.4.3",
"consola": "^3.2.3",
"honeycomb-grid": "^4.1.5",
"nuxt": "^3.12.4",
"nuxt-monaco-editor": "git+https://github.com/jontybrook/nuxt-monaco-editor.git#patch1",
"pinia": "^2.2.2"
}
}