-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.86 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@steveeeie/react-page-transition": "^1.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.0",
"@types/react-modal": "^3.12.0",
"@types/react-redux": "^7.1.18",
"@types/react-scroll": "^1.8.3",
"@types/styled-components": "^5.1.3",
"axios": "^0.20.0",
"framer-motion": "4.1.17",
"json-loader": "^0.5.7",
"miragejs": "^0.1.41",
"moment": "^2.29.1",
"rc-progress": "^3.3.3",
"react": "^16.13.1",
"react-animations": "^1.0.0",
"react-aspect-ratio": "^1.0.50",
"react-beautiful-dnd": "^13.1.0",
"react-collapse": "^5.1.1",
"react-countdown": "^2.3.2",
"react-countdown-hook": "^1.1.1",
"react-dom": "^16.13.1",
"react-horizontal-scrolling-menu": "^2.6.1",
"react-hot-toast": "^2.1.1",
"react-modal": "^3.14.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.4",
"react-show": "^3.0.4",
"react-toastify": "^8.0.3",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"redux": "^4.1.1",
"redux-mock-store": "^1.5.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.5",
"typescript": "^4.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"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"
]
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^5.12.1",
"**/@typescript-eslint/parser": "^5.12.1",
"@types/react": "17.0.44"
},
"devDependencies": {
"@iconify/react": "^3.2.1",
"@types/react-animations": "^1.0.0",
"@types/react-collapse": "^5.0.1",
"@types/react-router-dom": "^5.1.5",
"@types/redux": "^3.6.0",
"@types/redux-mock-store": "^1.0.3",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.0",
"prettier": "^2.5.1",
"redux-devtools-extension": "^2.13.9"
}
}