@r__d/react-clickable
Version:
TypeScript implementation of
32 lines (31 loc) • 792 B
JSON
{
"name": "@r__d/react-clickable",
"version": "1.0.0",
"description": "TypeScript implementation of",
"main": "lib/bundle.js",
"typings": "types/index.d.tsx",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RadekD/react-clickable.git"
},
"author": "radek.dejnek@gmail.com",
"license": "",
"dependencies": {},
"peerDependencies": {
"react": "^15.6.1"
},
"devDependencies": {
"@types/react": "^16.0.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"react": "^15.6.1",
"ts-loader": "^2.3.6",
"typescript": "^2.5.2",
"webpack": "^3.5.6"
}
}