package.json
3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_from": "rc-dialog@~8.4.0",
"_id": "rc-dialog@8.4.5",
"_inBundle": false,
"_integrity": "sha512-0a1Uuy1BRBTdIkfR1VE91kis6dBui7tAIPaQQLj28vBdGg9IqVkiLguCdaDW+4E4vZediePz49PKFbLkx2PL5Q==",
"_location": "/rc-dialog",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-dialog@~8.4.0",
"name": "rc-dialog",
"escapedName": "rc-dialog",
"rawSpec": "~8.4.0",
"saveSpec": null,
"fetchSpec": "~8.4.0"
},
"_requiredBy": [
"/antd",
"/rc-image"
],
"_resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-8.4.5.tgz",
"_shasum": "6791de01578dfdba8ff6959ddd2ed18bf322d052",
"_spec": "rc-dialog@~8.4.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"author": {
"name": "yiminghe@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/dialog/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
"rc-motion": "^2.3.0",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "dialog ui component for react",
"devDependencies": {
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^2.0.0",
"bluebird": "~3.7.2",
"bootstrap": "^4.3.1",
"cross-env": "^7.0.0",
"dumi": "^1.0.37",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-react": "^7.20.6",
"father": "^2.29.6",
"father-build": "^1.18.6",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"jquery": "^3.3.1",
"less": "^3.12.2",
"np": "^7.0.0",
"prettier": "^2.1.1",
"rc-drawer": "4.1.0",
"rc-select": "^11.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-draggable": "^4.4.3",
"typescript": "^4.0.2"
},
"files": [
"lib",
"es",
"assets/*.css",
"dist"
],
"homepage": "http://github.com/react-component/dialog",
"keywords": [
"react",
"react-component",
"react-dialog",
"dialog",
"ui"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-dialog",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/dialog.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css && lessc assets/bootstrap.less assets/bootstrap.css",
"coverage": "father test --coverage",
"deploy": "npm run docs:build && npm run docs:deploy",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "dumi dev",
"test": "father test"
},
"version": "8.4.5"
}