-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.95 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
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "offery-pwa-rewrite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.7",
"@react-pdf/renderer": "^1.6.8",
"@reduxjs/toolkit": "^1.4.0",
"@types/chunk": "0.0.0",
"@types/classnames": "^2.2.9",
"@types/date-fns": "^2.6.0",
"@types/debounce": "^1.2.0",
"@types/jest": "24.0.22",
"@types/node": "12.12.7",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/react-pdf": "^4.0.3",
"@types/react-phone-number-input": "^3.0.2",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.8",
"@types/react-swipeable-views": "^0.13.0",
"@types/yup": "^0.26.24",
"chunk": "0.0.2",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"csv-loader": "^3.0.2",
"date-fns": "^2.7.0",
"debounce": "^1.2.0",
"deep-object-diff": "^1.1.0",
"fetch-timeout": "0.0.2",
"formik": "^2.1.4",
"fuse.js": "^3.4.6",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^5.0.0",
"idb-keyval": "^3.2.0",
"lottie-react-web": "^2.1.4",
"material-ui-phone-number": "^2.2.5",
"papaparse": "^5.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-i18next": "^11.5.1",
"react-intl": "^3.12.1",
"react-number-format": "^4.3.1",
"react-pdf": "^4.1.0",
"react-phone-number-input": "^3.0.17",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-select": "^3.0.8",
"react-swipeable-views": "^0.13.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"ts-transformer-keys": "^0.4.1",
"typescript": "3.9.5",
"yup": "^0.27.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-unused-imports": "^0.1.2",
"workbox-build": "^4.3.1"
},
"scripts": {
"start": "react-scripts start",
"build-sw": "node ./src/sw-build.js",
"clean-cra-sw": "del /s /f \"build\\precache-manifest.*.js\" && del /s /f \"build\\service-worker.js\"",
"build": "react-scripts build && npm run clean-cra-sw && npm run build-sw",
"test": "react-scripts test",
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx",
"lint:fix": "eslint ./src/**/*.ts ./src/**/*.tsx --fix",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}