linked-controls
Version:
React controls using links from valuelink package
57 lines (56 loc) • 1.6 kB
JSON
{
"name": "linked-controls",
"version": "1.0.4",
"description": "React controls using links from valuelink package",
"main": "./js/index.js",
"module": "./js/indes.js",
"types": "./js/index.d.ts",
"files": [
"js",
"jsx",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VoliJS/NestedLink.git"
},
"keywords": [
"react",
"valuelink",
"databinding",
"forms",
"binding",
"data",
"link",
"state",
"react-component"
],
"author": "Vlad Balin",
"license": "MIT",
"bugs": {
"url": "https://github.com/VoliJS/NestedLink/issues"
},
"homepage": "https://github.com/VoliJS/NestedLink/linked-controls/",
"peerDependencies": {
"react": "*",
"valuelink":"*"
},
"devDependencies": {
"@types/react": "*",
"react": "*",
"valuelink":"*",
"classnames": "^2.2.0",
"proptypes": "*",
"rollup": "^0.58.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"tslib": "^1.9.3",
"typescript": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn && yarn build-js && yarn build-jsx",
"build-js": "node_modules/.bin/tsc ./src/index.tsx --declaration true --sourceMap true --jsx react --module commonjs --target ES5 --outDir ./js",
"build-jsx": "node_modules/.bin/tsc ./src/index.tsx --declaration true --sourceMap true --moduleResolution node --jsx preserve --module es6 --target ESNext --lib ES2017,DOM --outDir ./jsx"
}
}