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

30 lines
821 B

{
"name": "react-nodegui-starter",
"version": "1.0.0",
"main": "index.js",
"author": "Atul R <atulanand94@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack -p",
"start": "webpack && qode ./dist/index.js",
"debug": "webpack && qode --inspect ./dist/index.js",
"start:watch": "nodemon -e js,ts,tsx --ignore dist/ --ignore node_modules/ --exec npm start"
},
"dependencies": {
"@nodegui/nodegui": "^0.2.1",
"@nodegui/react-nodegui": "^0.1.9",
"react": "^16.9.0"
},
"devDependencies": {
"nodemon": "latest",
"@types/react": "^16.8.23",
"@types/node": "^12.6.8",
"file-loader": "^4.2.0",
"node-loader": "^0.6.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
}
}