-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "aos-wd",
"private": true,
"type": "module",
"version": "39.0.2",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"build:ui": "vite build --outDir ./dist --minify",
"build:ui-old2": "vite build --outDir ./dist-ui --entry ./perma-ui/index.ts --minify",
"build:ui-old": "vue-cli-service build --target lib --formats umd-min --name ui ./perma-ui/index.ts",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@permaweb/aoconnect": "^0.0.55",
"@pinia/nuxt": "^0.5.1",
"@types/lodash.clonedeep": "^4.5.9",
"@xterm/xterm": "^5.5.0",
"arweave-wallet-connector": "^1.0.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.replace": "^4.1.4",
"luaparse": "^0.3.1",
"nuxt": "^3.11.2",
"p5": "^1.9.2",
"pinia": "^2.1.7",
"prismjs": "^1.29.0",
"vue": "^3.4.21",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.3.0",
"vuetify-sonner": "^0.3.14",
"xterm-readline": "^1.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/lodash": "^4.17.0",
"@types/luaparse": "^0.2.12",
"@types/p5": "^1.7.6",
"@types/prismjs": "^1.26.3",
"@xterm/addon-fit": "^0.10.0",
"vite-plugin-string": "^1.2.3",
"vite-plugin-vuetify": "^2.0.3",
"vuetify": "^3.5.14",
"zlib": "^1.0.5"
}
}