-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "web-labs",
"author": {
"email": "[email protected]",
"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:e2e": "npx playwright test",
"test:e2e:headed": "npm run test:e2e -- --headed",
"postinstall": "nuxt prepare",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@grpc/grpc-js": "^1.12.2",
"@grpc/proto-loader": "^0.7.13",
"@nuxt/eslint": "^0.6.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@playwright/test": "^1.48.2",
"@stylistic/eslint-plugin": "^2.10.1",
"@supabase/supabase-js": "^2.46.1",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@volar/language-server": "2.4.10",
"@vue/language-server": "2.1.10",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^11.2.0",
"@vueuse/head": "^2.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"google-protobuf": "^3.21.4",
"gsap": "^3.12.5",
"happy-dom": "^15.11.0",
"nuxt": "^3.14.159",
"protobufjs": "^7.4.0",
"protobufjs-cli": "^1.1.3",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
},
"overrides": {
"uri-js": "npm:uri-js-replace",
"whatwg-url": "^14.0.0"
}
}