You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "react-nodegui-starter",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "Atul R <atulanand94@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "tsc && qode ./dist/index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nodegui/nodegui": "^0.1.3",
|
|
|
|
"@nodegui/react-nodegui": "^0.1.1",
|
|
|
|
"react": "^16.9.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^12.6.8",
|
|
|
|
"@types/react": "^16.8.23",
|
|
|
|
"typescript": "^3.5.3"
|
|
|
|
}
|
|
|
|
}
|