-
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.86 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.86 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": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean": "rm -rf .next && rm -rf node_modules && npm i"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@headlessui/react": "^2.1.2",
"@mapbox/rehype-prism": "^0.9.0",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^9.3.0",
"@strapi/blocks-react-renderer": "^1.0.1",
"@strapi/client": "^1.6.0",
"@tabler/icons-react": "^3.11.0",
"@tailwindcss/typography": "^0.5.13",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/fuzzy-search": "^2.1.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^12.23.12",
"fuzzy-search": "^3.2.1",
"lucide-react": "^1.7.0",
"mini-svg-data-uri": "^1.4.4",
"negotiator": "^0.6.3",
"next": "^16.0.0",
"next-view-transitions": "^0.2.0",
"qs": "^6.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.2.1",
"react-wrap-balancer": "^1.1.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0",
"three-globe": "^2.31.1"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/qs": "^6.9.16",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/three": "^0.179.0",
"eslint": "^9.24.0",
"eslint-config-next": "^16.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.6.2"
},
"resolutions": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0"
}
}