-
-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "@nodegui/react-nodegui",
"version": "0.14.0",
"description": "React Native for building cross platform desktop applications",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Atul R <[email protected]>",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodegui/react-nodegui.git"
},
"scripts": {
"build": "tsc",
"dev": "tsc && qode ./dist/demo.js",
"docs": "typedoc && node ./website/docs/scripts/fixdocs.js"
},
"dependencies": {
"@nodegui/nodegui": "^0.57.1",
"@types/react-reconciler": "^0.18.0",
"phin": "3.5.1",
"react-deep-force-update": "^2.1.3",
"react-proxy": "^2.0.8",
"react-reconciler": "^0.25.1"
},
"peerDependencies": {
"react": "^16.14.0"
},
"devDependencies": {
"@types/node": "^16.11.0",
"@types/react": "^16.14.0",
"prettier": "^2.3.2",
"react": "^16.14.0",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "^4.4.4"
}
}