-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.npm.json
44 lines (44 loc) · 982 Bytes
/
package.npm.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
35
36
37
38
39
40
41
42
43
44
{
"name": "nrcs-design-system",
"version": "0.1.17",
"homepage": "https://koala-bandits.github.io/nrcs-design-system",
"description": "React UI components for the NRCS Design System based on Reactstrap/Bootstrap 4",
"keywords": [
"nrcs",
"usda",
"nrcs-design-system",
"reactstrap",
"bootstrap",
"components"
],
"repository": {
"type": "git",
"url": "https://github.com/Koala-Bandits/nrcs-design-system.git"
},
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@mdi/js": "^4.9.95",
"@mdi/react": "^1.2.1",
"bootstrap": "^4.4.1",
"reactstrap": "^8.4.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
}