react-dynamic-input
Version:
An input that can be replicated with a button, each input has its own state
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "react-dynamic-input",
"description": "An input that can be replicated with a button, each input has its own state",
"author": "Kyle Czajkowski",
"version": "0.1.5",
"private": false,
"license": "(ISC OR GPL-3.0)",
"main": "dist/DynamicInput.js",
"module": "dist/DynamicInput.js",
"types": "dist/DynamicInput.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Kyle-Ski/react-dynamic-input"
},
"dependencies": {
"react": "^16.8.6",
"typescript": "^3.4.4"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && mkdir dist && cd src && cp styles.css ../dist && cd ../ && tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react": "^16.8.14",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8",
"typescript": "^3.4.4"
},
"keywords": [
"react",
"input",
"typescript",
"dynamic"
]
}