react-hamburger-button
Version:
Simple hamburget button
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "react-hamburger-button",
"version": "0.0.1",
"description": "Simple hamburget button",
"license": "MIT",
"keywords": [
"react",
"menu",
"hamburger",
"ui-component",
"navigation",
"button"
],
"author": "Daniel Król",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config examples/webpack.config.js --open",
"compile": "tsc -d",
"compile:examples": "webpack --config examples/webpack.config.js",
"prepublishOnly": "npm run compile",
"lint": "tslint 'src/**' 'examples/src/**'"
},
"devDependencies": {
"@types/react": "^15.0.0",
"@types/react-dom": "^0.14.14",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.1",
"ts-loader": "^1.0.0",
"tslint": "^4.0.2",
"tslint-loader": "^3.3.0",
"tslint-react": "^2.0.0",
"typescript": "^2.0.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"peerDependencies": {
"react": "^15.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mleko/react-hamburger-button.git"
}
}