-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.89 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.89 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
{
"name": "jrvalerio-dev",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "cross-env ANALYZE=true next build",
"check:bundle": "node scripts/check-bundle.js",
"check:bundle:case": "cross-env BUNDLE_ROUTE=/v2/projetos/[slug]/page BUNDLE_LIMIT_KB=120 node scripts/check-bundle.js",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@vercel/analytics": "^1.6.1",
"cmdk": "^1.1.1",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"i18next": "^25.3.2",
"jspdf": "^4.1.0",
"keen-slider": "^6.8.6",
"lucide-react": "^0.525.0",
"next": "^15.3.5",
"next-i18next": "^15.4.2",
"next-themes": "^0.4.6",
"posthog-js": "^1.359.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.6.0",
"react-icons": "^5.5.0",
"reactflow": "^11.11.4",
"three": "^0.183.2",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.5.12",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "24.0.13",
"@types/react": "19.1.8",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.21",
"cross-env": "^10.1.0",
"eslint": "^9.39.2",
"eslint-config-next": "^15.4.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "5.8.3",
"vitest": "^4.0.18"
}
}