-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 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
{
"name": "reason-react-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"normalize-scss": "^7.0.1",
"re-classnames": "^2.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-transition-group": "^2.3.1",
"reason-react": "^0.4.1"
},
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"webpack": "webpack-serve ./webpack.config.js"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
"bs-platform": "^4.0.0",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"koa-connect": "^2.0.1",
"npm-run-all": "^4.1.3",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-serve": "^2.0.2"
}
}