-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
45 lines (45 loc) · 1005 Bytes
/
package.json
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
{
"name": "react-scroll-motion",
"version": "0.3.3",
"homepage": "https://github.com/1000ship/react-scroll-motion",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/1000ship/react-scroll-motion/issues"
},
"description": "Easy to make scroll animation with ReactJS",
"keywords": [
"scroll",
"animation",
"react",
"animator",
"motion"
],
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Dante Chun",
"url": "https://dante.company"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/1000ship/react-scroll-motion"
},
"files": [
"dist"
],
"private": false,
"scripts": {
"build": "rimraf ./dist && npx tsc"
},
"peerDependencies": {
"react": "^18.0.11",
"react-dom": "^18.0.11"
},
"devDependencies": {
"@types/react": "^18.0.11",
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
}
}