UNPKG

2 kBJSONView Raw
1{
2 "name": "rc-dialog",
3 "version": "8.1.1",
4 "description": "dialog ui component for react",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-dialog",
9 "dialog",
10 "ui"
11 ],
12 "homepage": "http://github.com/react-component/dialog",
13 "author": "yiminghe@gmail.com",
14 "repository": {
15 "type": "git",
16 "url": "git@github.com:react-component/dialog.git"
17 },
18 "bugs": {
19 "url": "http://github.com/react-component/dialog/issues"
20 },
21 "license": "MIT",
22 "files": [
23 "lib",
24 "es",
25 "assets/*.css",
26 "dist"
27 ],
28 "main": "./lib/DialogWrap",
29 "module": "./es/DialogWrap",
30 "config": {
31 "port": 8007,
32 "entry": {
33 "rc-dialog": [
34 "./index.js",
35 "./assets/index.less"
36 ],
37 "rc-dialog-bootstrap": [
38 "./index.js",
39 "./assets/bootstrap.less"
40 ]
41 }
42 },
43 "scripts": {
44 "watch-tsc": "rc-tools run watch-tsc",
45 "build": "rc-tools run build",
46 "dist": "rc-tools run dist",
47 "gh-pages": "rc-tools run gh-pages",
48 "start": "rc-tools run server",
49 "compile": "rc-tools run compile",
50 "pub": "rc-tools run pub",
51 "lint": "rc-tools run lint --no-js-lint",
52 "lint:ts": "tsc",
53 "karma": "rc-test run karma",
54 "saucelabs": "rc-test run saucelabs",
55 "test": "rc-test run test",
56 "chrome-test": "rc-test run chrome-test",
57 "coverage": "rc-test run coverage",
58 "prepublish": "rc-tools run guard"
59 },
60 "devDependencies": {
61 "@types/mocha": "~8.0.0",
62 "@types/react": "^16.0.19",
63 "@types/react-dom": "^16.0.2",
64 "async": "^0.9.0",
65 "bluebird": "~3.7.2",
66 "bootstrap": "^4.3.1",
67 "core-js": "^2.5.1",
68 "expect.js": "~0.3.1",
69 "jquery": "^3.3.1",
70 "pre-commit": "1.x",
71 "rc-drawer": "4.1.0",
72 "rc-test": "^6.0.1",
73 "rc-tools": "7.x",
74 "react": "^16.0.0",
75 "react-dom": "^16.0.0"
76 },
77 "pre-commit": [
78 "lint"
79 ],
80 "typings": "./lib/DialogWrap.d.ts",
81 "dependencies": {
82 "rc-animate": "3.x",
83 "rc-util": "^5.0.1"
84 }
85}