-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 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": "reasonreact-starter",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"bsb:build": "bsb -make-world",
"bsb:build:watch": "bsb -make-world -w -ws _ ",
"bsb:clean": "bsb -clean-world",
"test:ci": "jest",
"test": "jest --watchAll"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "",
"license": "MIT",
"dependencies": {
"bs-css": "12.2.0",
"bs-css-emotion": "1.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"reason-react": "0.8.0"
},
"devDependencies": {
"@glennsl/bs-jest": "0.5.1",
"bs-platform": "7.2.2",
"bs-react-testing-library": "0.7.2",
"bsb-js": "^1.1.7",
"parcel-bundler": "^1.12.4"
}
}