UNPKG

2.33 kBJSONView Raw
1{
2 "name": "rc-dialog",
3 "version": "8.6.0",
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/index",
29 "module": "./es/index",
30 "scripts": {
31 "start": "dumi dev",
32 "docs:build": "dumi build",
33 "docs:deploy": "gh-pages -d .doc",
34 "compile": "father build && lessc assets/index.less assets/index.css && lessc assets/bootstrap.less assets/bootstrap.css",
35 "deploy": "npm run docs:build && npm run docs:deploy",
36 "prepublishOnly": "npm run compile && np --yolo --no-publish",
37 "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
38 "lint:tsc": "tsc -p tsconfig.json --noEmit",
39 "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
40 "test": "father test",
41 "coverage": "father test --coverage",
42 "now-build": "npm run docs:build"
43 },
44 "peerDependencies": {
45 "react": ">=16.9.0",
46 "react-dom": ">=16.9.0"
47 },
48 "dependencies": {
49 "@babel/runtime": "^7.10.1",
50 "classnames": "^2.2.6",
51 "rc-motion": "^2.3.0",
52 "rc-util": "^5.6.1"
53 },
54 "devDependencies": {
55 "@types/enzyme": "^3.10.7",
56 "@types/jest": "^26.0.14",
57 "@types/react": "^16.9.2",
58 "@types/react-dom": "^16.9.0",
59 "@umijs/fabric": "^2.0.0",
60 "bluebird": "~3.7.2",
61 "bootstrap": "^4.3.1",
62 "cross-env": "^7.0.0",
63 "dumi": "^1.1.0",
64 "enzyme": "^3.1.1",
65 "enzyme-adapter-react-16": "^1.0.1",
66 "enzyme-to-json": "^3.1.2",
67 "eslint": "^7.1.0",
68 "eslint-config-airbnb": "^18.2.0",
69 "eslint-plugin-react": "^7.20.6",
70 "father": "^2.29.6",
71 "father-build": "^1.18.6",
72 "gh-pages": "^3.1.0",
73 "glob": "^7.1.6",
74 "jquery": "^3.3.1",
75 "less": "^3.12.2",
76 "np": "^7.0.0",
77 "prettier": "^2.1.1",
78 "rc-drawer": "4.1.0",
79 "rc-select": "^11.4.1",
80 "react": "^16.9.0",
81 "react-dom": "^16.9.0",
82 "react-draggable": "^4.4.3",
83 "typescript": "^4.0.2"
84 }
85}