-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
71 lines (71 loc) · 2.1 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --dotenv .env.prod",
"dev": "nuxt dev --host --dotenv .env.dev",
"generate": "nuxt generate --dotenv .env.prod",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"main": "dist-electron/main.js"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@formkit/auto-animate": "^0.8.1",
"@imengyu/vue3-context-menu": "^1.3.8",
"@mdi/font": "^7.4.47",
"@nuxt/ui": "^2.15.2",
"@pinia/nuxt": "^0.5.1",
"@pixi/graphics-extras": "^7.4.0",
"@types/crypto-js": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vavt/md-editor-extension": "^3.0.0",
"@videojs-player/vue": "^1.0.0",
"@yeger/vue-masonry-wall": "^5.0.8",
"ali-oss": "^6.20.0",
"ant-design-vue": "^4.1.2",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"js-base64": "^3.7.7",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"md-editor-v3": "^4.11.3",
"nanoid": "^5.0.6",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"pixi-filters": "^6.0.0",
"pixi.js": "^8.0.2",
"socket.io-client": "^4.7.4",
"video.js": "^8.10.0",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"vue3-lottie": "^3.2.0",
"vue3-perfect-scrollbar": "^1.6.1",
"vuetify": "^3.5.16",
"vuetify-nuxt-module": "^0.13.2",
"xgplayer": "^3.0.0-alpha.121",
"xgplayer-hls": "^3.0.14"
},
"devDependencies": {
"@ant-design-vue/nuxt": "^1.4.1",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt-icon": "^0.6.8",
"nuxt-primevue": "^0.3.1",
"sass": "^1.71.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-vuetify": "^2.0.3"
},
"version": "1.0.0",
"main": "index.mjs",
"repository": "https://github.com/bobvinch/AI-in-one.git",
"author": "wangbolhr <[email protected]>",
"license": "MIT"
}