-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1004 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
{
"name": "chat-users",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "2.2.5",
"keymirror": "0.1.1",
"lodash.debounce": "4.0.8",
"mock-socket": "7.1.0",
"people-names": "1.0.15",
"random-sentence": "1.0.4",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.7",
"react-scripts": "1.1.1",
"recompose": "0.26.0",
"redux": "3.7.2",
"redux-create-reducer": "1.1.1",
"resize-observer-polyfill": "1.5.0"
},
"devDependencies": {
"flow-bin": "0.66.0",
"flow-coverage-report": "0.4.1",
"glow": "1.2.2",
"redux-devtools": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"glow": "glow",
"flow:coverage": "yarn flow-coverage-report -i 'src/**/*.js' -x 'src/**/__mocks__/**' -x 'src/**/__tests__/**' -t html -t text --threshold 1"
}
}