-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.2 KB
/
package.json
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
{
"name": "react-beautiful-dropdown",
"version": "0.0.7",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Mehul Singh Teya <[email protected]>",
"license": "ISC",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"src": "lib/ReactBeautifulDropdown.tsx",
"types": "dist/lib/ReactBeautifulDropdown.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/daxter-army/react-beautiful-dropdown.git"
},
"scripts": {
"test": "node ./__tests__/@daxter-army/react-beautiful-dropdown.test.js"
},
"bugs": {
"url": "https://github.com/daxter-army/react-beautiful-dropdown/issues"
},
"homepage": "https://github.com/daxter-army/react-beautiful-dropdown#readme",
"peerDependencies": {
"@emotion/styled": "^11.10.6",
"react-icons": "^4.8.0"
}
}