-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "react-router-v5",
"description": "ReactNProgress React Router V5 Example",
"keywords": [
"@tanem/react-nprogress"
],
"version": "0.1.0",
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.15.0",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.12",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"typescript": "4.9.5"
},
"scripts": {
"start": "react-scripts start"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}