-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 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": "forminfocore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"bs-axios": "0.0.43",
"bs-react-intl": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl": "^4.7.5",
"reason-apollo": "^0.20.0",
"reason-react": "^0.8.0"
},
"devDependencies": {
"@baransu/graphql_ppx_re": "^0.7.1",
"bs-platform": "^7.3.2",
"css-loader": "^3.5.3",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^1.1.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}