-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 999 Bytes
/
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
46
47
48
49
50
{
"name": "next-replace-url",
"version": "1.0.3",
"description": "Replace URL parameters in Next.js without re-rendering",
"author": {
"name": "Bamdad Sabbagh",
"email": "[email protected]",
"url": "https://www.bamdad.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/bamdadfr/next-replace-url.git"
},
"license": "MIT",
"keywords": [
"next",
"next.js",
"nextjs",
"replace",
"url",
"route",
"parameter",
"parameters",
"param",
"params",
"render",
"re-render",
"rendering",
"re-rendering",
"query",
"string",
"querystring",
"query-string",
"history"
],
"type": "module",
"main": "src/main.js",
"types": "src/main.d.ts",
"files": [
"src"
],
"scripts": {
"package:reinstall": "rimraf node_modules && pnpm i",
"package:sort": "npx sort-package-json"
},
"devDependencies": {
"@bamdadsabbagh/eslint-config": "^2.0.21",
"react": "^18.0.0"
}
}