-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
88 lines (88 loc) · 2 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "rc-scroll-anim",
"version": "2.7.6",
"description": "scroll-anim anim component for react",
"keywords": [
"react",
"react-component",
"react-scroll-anim",
"scroll",
"parallax",
"rc-parallax",
"scroll-anim",
"animation",
"animate",
"rc-animation",
"rc-animate",
"motion",
"rc-motion",
"ant-motion"
],
"homepage": "https://github.com/react-component/scroll-anim",
"author": "155259966@qq.com",
"repository": {
"type": "git",
"url": "https://github.com/react-component/scroll-anim.git"
},
"bugs": {
"url": "https://github.com/react-component/scroll-anim/issues"
},
"files": [
"lib",
"assets/*.css",
"dist",
"es"
],
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"config": {
"port": 8020,
"entry": {
"rc-scroll-anim": [
"./assets/index.less",
"./src/index.js"
]
}
},
"scripts": {
"dist": "rc-tools run dist",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint --fix",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage",
"validate": "npm ls"
},
"devDependencies": {
"@types/react": "^16.0.0",
"core-js": "^3.0.0",
"expect.js": "0.3.x",
"pre-commit": "1.x",
"precommit-hook": "3.x",
"rc-animate": "2.x",
"rc-queue-anim": "^1.3.0",
"rc-test": "6.x",
"rc-tools": "8.x",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "3.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"prop-types": "^15.6.0",
"raf": "3.x",
"rc-tween-one": "^2.4.0",
"react-lifecycles-compat": "^3.0.4",
"tween-functions": "1.x"
}
}