react-tincan
Version:
React TinCanJS
47 lines (46 loc) • 1 kB
JSON
{
"name": "react-tincan",
"version": "1.0.5",
"description": "React TinCanJS",
"author": "bitumin",
"license": "ISC",
"repository": "bitumin/react-tincan",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {
"tincanjs": "0.50.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.3.4"
},
"files": [
"dist"
],
"keywords": [
"react",
"tincan",
"npm"
]
}