forked from Plataforma13/front-test-middle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
47
48
{
"name": "front-test-middle",
"version": "0.2.0",
"private": true,
"dependencies": {
"@types/styled-components": "^4.1.5",
"axios": "^0.18.0",
"firebase": "^5.4.1",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "^4.0.8",
"redux": "^4.0.0",
"redux-observable": "^1.0.0",
"reselect": "^3.0.1",
"rxjs": "^6.2.2",
"styled-components": "^4.1.3",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^0.4.5"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.9.2",
"@types/react": "^16.4.12",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.6",
"@types/react-router-dom": "^4.3.0",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.118",
"redux-devtools": "^3.4.1",
"typescript": "^3.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}