-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.73 KB
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
{
"name": "web-labs",
"version": "0.0.0",
"author": {
"email": "lv201122@gmail.com",
"name": "Lucas Viana",
"url": "https://lsviana.github.io"
},
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"test:e2e:headed": "npm run test:e2e -- --headed",
"postinstall": "nuxt prepare",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@grpc/grpc-js": "^1.14.4",
"@grpc/proto-loader": "^0.8.1",
"@nuxt/eslint": "^1.16.0",
"@nuxt/test-utils": "^4.0.3",
"@nuxtjs/tailwindcss": "^6.14.0",
"@playwright/test": "^1.61.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@supabase/supabase-js": "^2.110.1",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "^4.1.10",
"@volar/language-server": "2.4.28",
"@vue/language-server": "3.3.7",
"@vue/test-utils": "^2.4.11",
"@vueuse/core": "^14.3.0",
"dotenv": "^17.4.2",
"eslint": "^10.6.0",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-tailwindcss": "^3.18.3",
"google-protobuf": "^4.0.2",
"gsap": "^3.15.0",
"happy-dom": "^20.10.6",
"nuxt": "^4.4.8",
"protobufjs": "^8.7.0",
"sass": "^1.101.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"vitest": "^4.1.10",
"vue-tsc": "^3.3.7"
},
"overrides": {
"@bomb.sh/tab": {
"citty": "^0.2.2"
},
"commander": "^13.1.0",
"crossws": "^0.4.9",
"uri-js": "npm:uri-js-replace",
"whatwg-url": "^16.0.1",
"@nuxt/test-utils": {
"vitest": "^4.1.10"
},
"vite": "^7.3.5",
"tailwindcss": "^3.4.19"
}
}