1 | {
|
2 | "name": "rc-swipeout",
|
3 | "version": "1.4.1",
|
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 | "assets/*.css"
|
25 | ],
|
26 | "licenses": "MIT",
|
27 | "main": "./lib/index",
|
28 | "module": "./es/index",
|
29 | "config": {
|
30 | "port": 8000
|
31 | },
|
32 | "scripts": {
|
33 | "watch-tsc": "rc-tools run watch-tsc",
|
34 | "compile": "rc-tools run compile --babel-runtime",
|
35 | "build": "rc-tools run build",
|
36 | "gh-pages": "rc-tools run gh-pages",
|
37 | "start": "rc-tools run server",
|
38 | "pub": "rc-tools run pub --babel-runtime",
|
39 | "lint": "rc-tools run lint",
|
40 | "karma": "rc-test run karma",
|
41 | "test": "rc-test run test",
|
42 | "chrome-test": "rc-test run chrome-test",
|
43 | "coverage": "rc-test run coverage",
|
44 | "rn-start": "node node_modules/react-native/local-cli/cli.js start"
|
45 | },
|
46 | "dependencies": {
|
47 | "babel-runtime": "6.x",
|
48 | "object.omit": "~2.0.0",
|
49 | "rc-hammerjs": "^0.6.6",
|
50 | "react-native-swipeout": "~2.1.1"
|
51 | },
|
52 | "devDependencies": {
|
53 | "@types/mocha": "~2.2.32",
|
54 | "@types/react": "~0.14.41",
|
55 | "@types/react-dom": "~0.14.18",
|
56 | "@types/react-native": "~0.29.36",
|
57 | "expect.js": "0.3.x",
|
58 | "hammer-simulator": "0.0.1",
|
59 | "pre-commit": "1.x",
|
60 | "rc-test": "~6.0.3",
|
61 | "rc-tools": "6.x",
|
62 | "react": "^15.0.0",
|
63 | "react-dom": "^15.0.0",
|
64 | "react-native": "~0.42.0",
|
65 | "react-native-index-page": "~0.2.0"
|
66 | },
|
67 | "typings": "./lib/index.d.ts",
|
68 | "pre-commit": [
|
69 | "lint"
|
70 | ]
|
71 | }
|