UNPKG

1.99 kBJSONView Raw
1{
2 "name": "rc-banner-anim",
3 "version": "2.2.1",
4 "description": "banner-anim animation component for react",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-banner-anim",
9 "banner-anim"
10 ],
11 "homepage": "https://github.com/react-component/banner-anim",
12 "author": "",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/react-component/banner-anim.git"
16 },
17 "bugs": {
18 "url": "https://github.com/react-component/banner-anim/issues"
19 },
20 "files": [
21 "lib",
22 "assets/*.css",
23 "dist",
24 "es",
25 "typings"
26 ],
27 "licenses": "MIT",
28 "main": "./lib/index",
29 "module": "./es/index",
30 "config": {
31 "port": 8012,
32 "entry": {
33 "rc-banner-anim": [
34 "./assets/index.less",
35 "./src/index.js"
36 ]
37 }
38 },
39 "scripts": {
40 "dist": "rc-tools run dist",
41 "build": "rc-tools run build",
42 "gh-pages": "rc-tools run gh-pages",
43 "start": "rc-tools run server",
44 "compile": "rc-tools run compile --babel-runtime",
45 "pub": "rc-tools run pub --babel-runtime",
46 "lint": "rc-tools run lint --fix",
47 "karma": "rc-test run karma",
48 "saucelabs": "rc-test run saucelabs",
49 "test": "rc-test run test",
50 "prettier": "rc-tools run prettier",
51 "chrome-test": "rc-test run chrome-test",
52 "coverage": "rc-test run coverage",
53 "validate": "npm ls"
54 },
55 "devDependencies": {
56 "@types/react": "^16.0.0",
57 "antd": "^3.6.0",
58 "core-js": "^2.5.1",
59 "expect.js": "0.3.x",
60 "precommit-hook": "^3.0.0",
61 "rc-queue-anim": "^1.6.0",
62 "rc-test": "6.x",
63 "rc-tools": "8.x",
64 "react": "^16.4.0",
65 "react-dom": "^16.4.0",
66 "tslint-config-prettier": "^1.17.0",
67 "tslint-react": "^3.6.0",
68 "typescript": "3.x"
69 },
70 "dependencies": {
71 "babel-runtime": "6.x",
72 "prop-types": "^15.5.0",
73 "rc-tween-one": "^2.2.15",
74 "style-utils": "~0.2.0",
75 "tween-functions": "1.x"
76 },
77 "pre-commit": [
78 "lint",
79 "test"
80 ],
81 "types": "typings/index.d.ts"
82}