cra-template-react-nodegui
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "cra-template-react-nodegui", | ||
"version": "0.0.2", | ||
"description": "a starter template to bootstrap your react-nodegui app", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
"react", | ||
"node", | ||
"react-nodegui" | ||
], | ||
"author": "Shubham Zanwar", | ||
"license": "ISC" | ||
"description": "test cra template", | ||
"main": "template.json", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.10" | ||
}, | ||
"files": [ | ||
"template", | ||
"template.json" | ||
] | ||
} |
{ | ||
"package": { | ||
"scripts": { | ||
"build": "webpack -p", | ||
"dev": "webpack --mode=development", | ||
"start": "qode --inspect ./dist/index.js" | ||
}, | ||
"dependencies": { | ||
"@nodegui/nodegui": "^0.13.1", | ||
"@nodegui/nodegui": "^0.12.1", | ||
"@nodegui/react-nodegui": "^0.4.0", | ||
"open": "^7.0.0", | ||
"react": "^16.12.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.12.0", | ||
"@babel/core": "^7.7.7", | ||
@@ -30,4 +22,8 @@ "@babel/preset-env": "^7.7.7", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"scripts": { | ||
"build": "webpack -p", | ||
"dev": "webpack --mode=development", | ||
"start": "qode --inspect ./dist/index.js" | ||
} | ||
} | ||
} | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
237386
16
272
3