-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.41 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
45
46
47
48
49
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@portabletext-typed/react",
"version": "0.0.0-development",
"description": "@portabletext/react with typed arguments",
"keywords": [
"sanity",
"sanity-io",
"types",
"typescript",
"cms",
"headless",
"realtime",
"content"
],
"homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/pt-react",
"bugs": "https://github.com/saiichihashimoto/sanity-typed/issues",
"repository": "github:saiichihashimoto/sanity-typed",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/saiichihashimoto"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --no-clean"
},
"dependencies": {
"@portabletext-typed/types": "0.0.0-development",
"type-fest": "4.26.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@portabletext/react": "3.1.0",
"@saiichihashimoto/test-utils": "1.1.0",
"@sanity-typed/tsconfig": "0.0.0-development",
"@sanity-typed/types": "0.0.0-development",
"@sanity-typed/utils": "0.0.0-development",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"peerDependencies": {
"@portabletext/react": "^3.0.11",
"typescript": "5.4.2 || 5.4.3 || 5.4.4 || 5.4.5 || 5.5.2 || 5.5.3 || 5.5.4 || 5.6.2 || 5.6.3"
}
}