-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "transition-router-react",
"version": "1.4.1",
"description": "A small powerful router leveraging react transitions for a more interactive UX.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/wirdehall/transition-router-react.git"
},
"keywords": [
"react",
"router",
"transition",
"useTransition"
],
"author": "Wirdehall (https://github.com/wirdehall)",
"license": "ISC",
"bugs": {
"url": "https://github.com/wirdehall/transition-router-react/issues"
},
"homepage": "https://github.com/wirdehall/transition-router-react#readme",
"devDependencies": {
"@types/react": "^18.2.51",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"react": "^18.2.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18.2.0"
}
}