-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.96 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
67
68
69
70
71
72
73
74
{
"name": "motion-primitives-website",
"version": "2.0.0",
"description": "110+ free animated React components for Next.js. Framer Motion, GSAP, Three.js, Tailwind CSS. Dock, Spotlight Cards, Glassmorphism, Scroll Animations, 3D effects. Copy-paste ready.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/itsjwill/motion-primitives-website"
},
"homepage": "https://motion-primitives.dev",
"bugs": {
"url": "https://github.com/itsjwill/motion-primitives-website/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.105.0",
"@react-three/fiber": "^8.16.0",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.61",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.0",
"gsap": "^3.12.5",
"lenis": "^1.1.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.3.0",
"three": "^0.164.0"
},
"devDependencies": {
"@types/node": "^20.12.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.164.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0"
},
"keywords": [
"animated-components",
"react-components",
"nextjs-components",
"framer-motion",
"gsap",
"tailwindcss",
"animation-library",
"scroll-animations",
"glassmorphism",
"spotlight-card",
"dock-component",
"threejs",
"ui-components",
"design-system",
"landing-page",
"web-animation",
"copy-paste",
"free-components"
],
"author": "itsjwill",
"license": "MIT"
}