-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 Bytes
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
{
"name": "@rescriptbr/react-bootstrap",
"version": "0.0.2",
"description": "Rescript bindings for ReactBootstrap",
"main": "index.js",
"scripts": {
"res:watch": "rescript build -w",
"res:build": "rescript build",
"res:clean": "rescript clean",
"res:format": "rescript format -all"
},
"keywords": [
"react",
"rescript",
"rescript-bindings",
"rescript-react",
"bootstrap",
"ecosystem-react",
"react-component"
],
"author": "Matheus de Souza Pessanha <matheus_pessanha2001@outloook.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/rescriptbr/rescript-react-bootstrap"
},
"devDependencies": {
"rescript": "^9.1.4",
"@rescript/react": "^0.10.3"
},
"peerDependencies": {
"bootstrap": "5.1.0",
"react-bootstrap": "^2.0.0-beta.6"
}
}