-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 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
{
"name": "nuxt-app",
"license": "MIT",
"dependencies": {
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.9.0",
"@vercel/speed-insights": "^1.3.1",
"@vueuse/core": "^14.2.1",
"baseline-browser-mapping": "^2.10.0",
"caniuse-lite": "^1.0.30001775",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.575.0",
"mapbox-gl": "^3.18.1",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"reka-ui": "^2.8.2",
"shadcn-nuxt": "^0.11.3",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vue": "latest",
"vue-draggable-plus": "^0.6.1",
"vue-router": "latest",
"vue-sonner": "^2.0.9"
},
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:bundle-size": "bun run generate && node tests/perf/check-bundle-size.mjs",
"test:perf": "bunx playwright test --config playwright.config.ts"
},
"type": "module",
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxt/test-utils": "^4.0.0",
"@playwright/test": "^1.58.2",
"@types/canvas-confetti": "^1.9.0",
"@types/supercluster": "^7.1.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/coverage-v8": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.7.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
}
}