bootstrapped libraries and dependencies
This commit is contained in:
parent
dbce9693b6
commit
262db46a24
11
app/client/.flowconfig
Normal file
11
app/client/.flowconfig
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[ignore]
|
||||||
|
|
||||||
|
[include]
|
||||||
|
|
||||||
|
[libs]
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
|
||||||
|
[options]
|
||||||
|
|
||||||
|
[strict]
|
||||||
17395
app/client/package-lock.json
generated
Normal file
17395
app/client/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -3,15 +3,27 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@blueprintjs/core": "^3.11.0",
|
||||||
|
"@blueprintjs/datetime": "^3.6.0",
|
||||||
|
"@blueprintjs/icons": "^3.5.0",
|
||||||
|
"@blueprintjs/table": "^3.4.0",
|
||||||
|
"axios": "^0.18.0",
|
||||||
|
"flow-bin": "^0.91.0",
|
||||||
"react": "^16.7.0",
|
"react": "^16.7.0",
|
||||||
|
"react-dnd": "^7.0.2",
|
||||||
|
"react-dnd-html5-backend": "^7.0.2",
|
||||||
"react-dom": "^16.7.0",
|
"react-dom": "^16.7.0",
|
||||||
"react-scripts": "2.1.3"
|
"react-redux": "^6.0.0",
|
||||||
|
"react-router": "^4.3.1",
|
||||||
|
"react-scripts": "2.1.3",
|
||||||
|
"redux-saga": "^1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject",
|
||||||
|
"flow": "flow"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user