-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.89 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
{
"name": "new",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@hookform/resolvers": "^1.0.0",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/material-ui": "0.21.8",
"@types/react": "16.9.50",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"@types/react-tap-event-plugin": "0.0.30",
"@types/yup": "^0.29.8",
"clsx": "1.1.1",
"material-table": "^1.69.1",
"material-ui": "0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"material-ui-phone-number": "^2.2.6",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-hook-form": "^6.9.2",
"react-icons": "3.8.0",
"react-imask": "^6.0.5",
"react-input-mask": "^2.0.4",
"react-phone-input-2": "^2.13.8",
"react-phone-input-material-ui": "^2.13.11",
"react-phone-number-input": "^3.1.0",
"react-redux": "7.2.1",
"react-scripts": "2.1.3",
"redux": "4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.3.6",
"redux-form-input-masks": "^2.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "2.3.0",
"styled-components": "4.4.1",
"tslint": "^6.1.3",
"tslint-react": "5.0.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}