UNPKG

2 kBJSONView Raw
1{
2 "name": "rc-swipeout",
3 "version": "2.0.5",
4 "description": "swipe out ui component for react(web and react-native)",
5 "keywords": [
6 "react",
7 "react-component",
8 "swipeout",
9 "rc-swipeout",
10 "swipe delete"
11 ],
12 "homepage": "https://github.com/react-component/swipeout",
13 "author": "rjmuqiang@gmail.com",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/react-component/swipeout.git"
17 },
18 "bugs": {
19 "url": "https://github.com/react-component/swipeout/issues"
20 },
21 "files": [
22 "lib",
23 "es",
24 "dist",
25 "assets/*.css"
26 ],
27 "licenses": "MIT",
28 "main": "./lib/index",
29 "module": "./es/index",
30 "config": {
31 "port": 8000,
32 "entry": {
33 "rc-swipeout": [
34 "./index.js",
35 "./assets/index.less"
36 ]
37 }
38 },
39 "scripts": {
40 "dist": "rc-tools run dist",
41 "watch-tsc": "rc-tools run watch-tsc",
42 "compile": "rc-tools run compile --babel-runtime",
43 "build": "rc-tools run build",
44 "gh-pages": "rc-tools run gh-pages",
45 "start": "rc-tools run server",
46 "pub": "rc-tools run pub --babel-runtime",
47 "lint": "rc-tools run lint",
48 "karma": "rc-test run karma",
49 "test": "rc-test run test",
50 "chrome-test": "rc-test run chrome-test",
51 "coverage": "rc-test run coverage",
52 "rn-start": "node node_modules/react-native/local-cli/cli.js start"
53 },
54 "dependencies": {
55 "babel-runtime": "6.x",
56 "classnames": "2.x",
57 "rc-gesture": "~0.0.18",
58 "react-native-swipeout": "^2.2.2"
59 },
60 "devDependencies": {
61 "@types/mocha": "~2.2.32",
62 "@types/react": "~16.0.2",
63 "@types/react-dom": "15.5.1",
64 "@types/react-native": "^0.47.2",
65 "expect.js": "0.3.x",
66 "pre-commit": "1.x",
67 "rc-test": "~6.0.3",
68 "rc-tools": "6.x",
69 "react": "^15.0.0",
70 "react-dom": "^15.0.0",
71 "react-native": "~0.42.0",
72 "react-native-index-page": "~0.2.0",
73 "react-navigation": "1.0.0-beta.12"
74 },
75 "typings": "./lib/index.d.ts",
76 "pre-commit": [
77 "lint"
78 ]
79}