init flow

This commit is contained in:
Sorrel Bri 2019-12-06 14:52:38 -08:00
parent 04893064a4
commit d7f75bb018
3 changed files with 18 additions and 0 deletions

11
.flowconfig Normal file
View file

@ -0,0 +1,11 @@
[ignore]
[include]
[libs]
[lints]
[options]
[strict]

5
package-lock.json generated
View file

@ -6031,6 +6031,11 @@
"resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz",
"integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg=="
},
"flow-bin": {
"version": "0.113.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.113.0.tgz",
"integrity": "sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw=="
},
"flush-write-stream": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",

View file

@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"flow-bin": "^0.113.0",
"local-storage": "^2.0.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
@ -11,6 +12,7 @@
},
"scripts": {
"start": "react-scripts start",
"flow": "flow",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"