-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
35
36
37
38
{
"name": "reactstrap-form-fields",
"version": "1.0.7",
"description": "Simple form fields for Reactstrap",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremylynch/reactstrap-form-fields.git"
},
"keywords": [
"reactstrap",
"bootstrap",
"react"
],
"author": "Jeremy Lynch",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeremylynch/reactstrap-form-fields/issues"
},
"homepage": "https://github.com/jeremylynch/reactstrap-form-fields#readme",
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^6.5.0"
},
"devDependencies": {}
}