package.json
2.59 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
{
"_from": "rc-image@~4.2.0",
"_id": "rc-image@4.2.0",
"_inBundle": false,
"_integrity": "sha512-yGqq6wPrIn86hMfC1Hl7M3NNS6zqnl9dvFWJg/StuI86jZBU0rm9rePTfKs+4uiwU3HXxpfsXlaG2p8GWRDLiw==",
"_location": "/rc-image",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-image@~4.2.0",
"name": "rc-image",
"escapedName": "rc-image",
"rawSpec": "~4.2.0",
"saveSpec": null,
"fetchSpec": "~4.2.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-image/-/rc-image-4.2.0.tgz",
"_shasum": "3b7a977f9ecfbac046296c2908d99cb1f8795c65",
"_spec": "rc-image@~4.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/image/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"rc-dialog": "~8.4.0",
"rc-util": "^5.0.6"
},
"deprecated": false,
"description": "React easy to use image component",
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/jest": "^26.0.9",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@umijs/fabric": "^2.2.2",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.6.0",
"father": "^2.29.6",
"less": "^3.12.2",
"np": "^6.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.7"
},
"files": [
"assets/*.css",
"es",
"lib"
],
"homepage": "http://github.com/react-component/image",
"keywords": [
"react",
"react-component",
"react-image",
"image"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-image",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/image.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"coverage": "father test --coverage",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"types": "./lib/index.d.ts",
"version": "4.2.0"
}