-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 890 Bytes
/
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": "peepochat",
"version": "0.0.1",
"author": {
"name": "DanMizu",
"email": "[email protected]",
"url": "https://danmizu.dev"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Dan-Mizu/PeepoChat"
},
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"nuxt": "^3.12.3"
},
"dependencies": {
"@iconify/json": "^2.2.224",
"@nuxt/ui": "^2.17.0",
"@pinia/nuxt": "^0.5.1",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"pinia": "^2.1.7"
},
"overrides": {
"vue": "latest"
}
}