generated from resir014/react-redux-typescript-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.45 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-redux-typescript-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.13",
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.35",
"@material-ui/pickers": "^3.2.8",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"@types/autosuggest-highlight": "^3.1.0",
"@types/lodash": "^4.14.149",
"autosuggest-highlight": "^3.1.1",
"connected-react-router": "^6.5.2",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.14",
"firebase": "^7.6.0",
"formik": "^2.0.7",
"express": "^4.17.1",
"history": "^4.9.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"polished": "^3.4.1",
"prop-types": "^15.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.5",
"redux-saga": "^1.0.5",
"redux-saga-firebase": "^0.15.0",
"typeface-ibm-plex-mono": "^0.0.61",
"typeface-ibm-plex-sans": "^0.0.75",
"typesafe-actions": "^4.4.2",
"typescript": "~3.5.3",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"now-build": "npm run build",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "node server.js"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"Firefox ESR",
"not ie <= 11",
"not op_mini all"
]
},
"devDependencies": {
"@types/history": "^4.7.3",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-plugin-emotion": "^10.0.16",
"eslint": "^6.2.2",
"eslint-config-blvd": "^1.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-jest": "^22.16.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2",
"react-scripts": "^3.1.1"
}
}