package.json
2.36 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
{
"_from": "rc-align@^4.0.0",
"_id": "rc-align@4.0.9",
"_inBundle": false,
"_integrity": "sha512-myAM2R4qoB6LqBul0leaqY8gFaiECDJ3MtQDmzDo9xM9NRT/04TvWOYd2YHU9zvGzqk9QXF6S9/MifzSKDZeMw==",
"_location": "/rc-align",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-align@^4.0.0",
"name": "rc-align",
"escapedName": "rc-align",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/rc-trigger"
],
"_resolved": "https://registry.npmjs.org/rc-align/-/rc-align-4.0.9.tgz",
"_shasum": "46d8801c4a139ff6a65ad1674e8efceac98f85f2",
"_spec": "rc-align@^4.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-trigger",
"author": "",
"bugs": {
"url": "http://github.com/react-component/align/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"dom-align": "^1.7.0",
"rc-util": "^5.3.0",
"resize-observer-polyfill": "^1.5.1"
},
"deprecated": false,
"description": "align ui component for react",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/warning": "^3.0.0",
"cross-env": "^6.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.1.0",
"father": "^2.13.2",
"np": "^5.0.3",
"typescript": "^4.0.3"
},
"files": [
"lib",
"es"
],
"homepage": "http://github.com/react-component/align",
"keywords": [
"react",
"react-component",
"react-align",
"align"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-align",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/align.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "4.0.9"
}