-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "tk",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^9.0.2",
"react-router-dom": "^6.20.1",
"redux": "^4.2.1",
"@reduxjs/toolkit": "^1.7.1",
"redux-devtools-extension": "^2.13.9",
"typeface-roboto": "^2.7.1",
"web-vitals": "^2.1.4",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"babel-plugin-named-asset-import": "^0.5.3",
"babel-preset-react-app": "^9.0.5",
"jest": "^27.4.5",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.1.8",
"react-scripts": "5.0.1",
"style-modules-resolver": "^3.1.0",
"typescript": "^4.5.5",
"react-icons": "^4.3.1",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/react-router-dom": "^6.20.1",
"npm-check-updates": "^12.0.1",
"react-scripts": "5.0.1"
}
}