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.
Translation/package.json

22 lines
469 B

{
5 years ago
"name": "react-desktop-starter",
"version": "1.0.0",
"main": "index.js",
"author": "Atul R <atulanand94@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
5 years ago
"start": "tsc && qode ./dist/index.js"
},
"dependencies": {
5 years ago
"@nodegui/nodegui": "^0.1.1",
"@nodegui/react-desktop": "^0.1.2",
"react": "^16.9.0"
},
"devDependencies": {
5 years ago
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"typescript": "^3.5.3"
}
}