-
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) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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": "reach-router",
"description": "ReactNProgress Reach Router Example",
"keywords": [
"@tanem/react-nprogress"
],
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "1.3.4",
"@tanem/react-nprogress": "latest",
"@types/jest": "30.0.0",
"@types/node": "24.10.9",
"@types/reach__router": "1.3.15",
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3",
"@types/react-transition-group": "4.4.12",
"react": "19.2.4",
"react-dom": "19.2.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"
]
}