-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 866 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
{
"dependencies": {
"next": "^13.4.1",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4"
},
"name": "nrstate",
"description": "State for React Server Components on Next.js",
"version": "1.0.2",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgbkids/nrstate.git"
},
"keywords": [
"react",
"next",
"rsc",
"server",
"components"
],
"author": "rgbkids",
"license": "MIT",
"bugs": {
"url": "https://github.com/rgbkids/nrstate/issues"
},
"homepage": "https://github.com/rgbkids/nrstate#readme",
"devDependencies": {
"@types/react": "^18.0.38"
}
}