-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.88 KB
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": "mirapayments",
"version": "1.0.0",
"private": true,
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "react-scripts start",
"start": "node server/server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@dicebear/avatars": "^4.9.1",
"@dicebear/avatars-initials-sprites": "^4.9.1",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.21.4",
"bootstrap": "^4.5.3",
"classnames": "^2.3.1",
"dart-sass": "^1.25.0",
"focus-trap-react": "^8.8.2",
"formik": "^2.2.9",
"mdi-react": "^7.4.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.17.5",
"react-i18next": "^11.12.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^5.1.0",
"react-smooth-scrollbar": "^8.0.6",
"react-spinner-material": "^1.3.1",
"react-timer-hook": "^3.0.5",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.6",
"redux-mock-store": "^1.5.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"redux-toolkit": "^1.1.2",
"sass": "^1.42.1",
"smooth-scrollbar": "^8.5.3",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.1.7",
"yup": "^0.32.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^7.1.2",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"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"
]
}
}