-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "router2",
"version": "8.1.0",
"type": "module",
"scripts": {
"build": "rollup -c",
"lint": "eslint lib --fix",
"format": "prettier . --write",
"type-check": "tsc --noEmit"
},
"main": "lib/index.ts",
"files": [
"lib"
],
"license": "MIT",
"keywords": [
"react",
"route",
"router",
"routing",
"history",
"link",
"spa"
],
"peerDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"eslint": "^8.57.0",
"eslint-config-react-app-essentials": "^7.0.0",
"prettier": "^3.2.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.12.0",
"tslib": "^2.6.2",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}