-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 880 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
{
"name": "nes-zustand",
"version": "0.2.1",
"description": "A Zustand store library with generic store functions.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"react": "^18.3.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.5.2"
},
"peerDependencies": {
"zustand": "^4.5.4"
},
"keywords": [
"zustand",
"connection",
"outside",
"next.js 15",
"react.js 19",
"typescript",
"nes-zustand"
],
"author": "Hau La",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/haula-dv/nes-zustand.git"
}
}