-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 977 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
{
"name": "reasontest",
"version": "0.1.0",
"scripts": {
"build": " ./node_modules/bs-platform/bsb -make-world",
"watch": "./node_modules/bs-platform/bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"dev:watch": "webpack -w"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"dependencies": {
"bs-css-emotion": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": ">=0.9.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"bs-platform": "^7.3.2",
"clean-webpack-plugin": "^1.0.0",
"gentype": "^3.35.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.14"
}
}