nwb
Version:
A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)
37 lines (36 loc) • 780 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"description": "{{name}} React component",
"main": "lib/index.js",{{esModulesPackageConfig}}
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
},
"peerDependencies": {
"react": "{{reactPeerVersion}}"
},
"devDependencies": {
"nwb": "{{nwbVersion}}"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}