-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 994 Bytes
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
{
"name": "twitch-player-crypto",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vp test",
"test:watch": "vp test watch",
"test:coverage": "vp test run --coverage",
"lint": "vp lint",
"lint:fix": "vp lint --fix",
"fmt": "vp fmt",
"fmt:check": "vp fmt --check",
"check": "vp check"
},
"dependencies": {
"@ai-sdk/google": "^3.0.71",
"@mysten/dapp-kit-core": "^1.3.2",
"@mysten/sui": "^2.16.2",
"@nanostores/vue": "^1.1.0",
"ai": "^6.0.177",
"nuxt": "^4.4.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.13.0",
"@vitest/ui": "^3.0.5",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^12.0.0",
"jsdom": "^26.0.0",
"vite-plus": "^0.1.20",
"vitest": "^3.2.4"
}
}