-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 825 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 825 Bytes
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
{
"name": "@playfast/echoform-render",
"version": "1.0.9",
"description": "render react tree to nothing!",
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts",
"default": "./src/index.ts"
}
},
"files": [
"src"
],
"scripts": {
"typecheck": "tsgo -p .",
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0"
},
"dependencies": {
"react-reconciler": "0.31.0",
"@types/react-reconciler": "0.28.9"
},
"devDependencies": {
"@types/node": "12.12.2",
"@types/react": "19.0.2",
"react": "19.0.0"
},
"author": "shmuelhizmi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/springdotnew/echoform.git"
}
}