-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "lift-log-reason-react",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "npm run build && jest --coverage && npm run coverage",
"watch:bsb": "bsb -make-world -w",
"watch:jest": "jest --coverage --watchAll",
"watch:screen": "screen -c .screenrc",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@ahrefs/bs-reactstrap": "^1.0.3",
"@githubprimer/octicons-react": "^8.5.0",
"@glennsl/bs-json": "^4.0.0",
"bootstrap": "^4.3.1",
"bs-axios": "0.0.42",
"dotenv-webpack": "^1.7.0",
"react": "^16.8.6",
"react-animate-height": "^2.0.9",
"react-datepicker": "^2.6.0",
"react-dom": "^16.8.6",
"reactstrap": "^8.0.0",
"reason-react": ">=0.7.0",
"reason-react-elmish": "git+https://github.com/MargaretKrutikova/reason-react-elmish.git"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.5.0",
"bs-platform": "^5.0.4",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.0"
}
}