-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) 路 820 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) 路 820 Bytes
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
{
"name": "mochi-motion",
"version": "1.1.0",
"description": "馃崱 Epic spring animations for React & Next.js - Professional-grade motion that feels like butter!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"nextjs",
"framer-motion",
"animations",
"ui",
"motion"
],
"author": "@mirayatech",
"license": "MIT",
"peerDependencies": {
"framer-motion": "^10.18.0",
"next": ">=13.0.0",
"react": ">=17.0.0"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"typescript": "^5.0.0"
},
"dependencies": {
"react-intersection-observer": "^9.16.0"
}
}