-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.15 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.15 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
49
50
51
52
{
"name": "jotai-reform",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "commonjs",
"version": "1.0.16",
"private": false,
"description": "👻 Jotai with infinity gauntlet",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"chokidar": "^4.0.3",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"fs-extra": "^11.3.0",
"tsup": "^8.4.0"
},
"peerDependencies": {
"jotai": "^2.12.1",
"react": "^19.0.0",
"typescript": "^5"
},
"keywords": [
"react",
"state",
"manager",
"management",
"recoil",
"store",
"jotai",
"reform",
"zustand"
],
"license": "MIT",
"author": "sirarifarid",
"homepage": "https://github.com/sirarifarid/jotai-reform",
"repository": "https://github.com/sirarifarid/jotai-reform",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.mts"
}
}
}