forked from 1000ship/react-scroll-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 KB
/
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
46
47
48
49
{
"name": "react-scroll-motion",
"version": "0.1.5",
"homepage": "https://github.com/1000ship/react-scroll-motion",
"bugs": {
"email": "cjstjdgur1234@gmail.com",
"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": "cjstjdgur1234@gmail.com",
"name": "Seonghyeok Chun",
"url": "http://1000ship.me"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/1000ship/react-scroll-motion"
},
"files": [
"dist",
"!examples",
"!node_modules",
"!_readme",
"!*.md"
],
"private": false,
"scripts": {
"build": "rimraf ./dist && npx tsc"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
}
}