UNPKG

@neutrinojs/react-components

Version:

Neutrino preset for building sets of React components

40 lines (39 loc) 930 B
{ "name": "@neutrinojs/react-components", "version": "9.5.0", "description": "Neutrino preset for building sets of React components", "main": "index.js", "files": [ "lib", "src", "index.js" ], "author": "Eli Perelman <eli@eliperelman.com>", "repository": { "type": "git", "url": "https://github.com/neutrinojs/neutrino.git", "directory": "packages/react-components" }, "license": "MPL-2.0", "publishConfig": { "access": "public" }, "engines": { "node": ">=10", "npm": ">=5.4.0", "yarn": ">=1.2.1" }, "dependencies": { "@neutrinojs/banner": "9.5.0", "@neutrinojs/react": "9.5.0", "deepmerge": "^1.5.2", "webpack-node-externals": "^1.7.2" }, "peerDependencies": { "neutrino": "^9.0.0", "webpack": "^4.0.0", "webpack-cli": "^3.0.0", "webpack-dev-server": "^3.0.0" }, "gitHead": "70822185e107b8e465a62b1eed74d6f62a559ed7" }