Packages

Phoenix view functions to add dynamism to forms with nested fields

Current section

Files

Jump to
Raw

package.json

{
"name": "dynamic_inputs_for",
"version": "1.1.0",
"description": "Client for the dynamic_inputs_for package",
"main": "./priv/static/dynamic_inputs_for.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MamesPalmero/dynamic_inputs_for.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MamesPalmero/dynamic_inputs_for/issues"
},
"homepage": "https://github.com/MamesPalmero/dynamic_inputs_for#readme",
"scripts": {
"format": "prettier-eslint --write 'priv/static/*.js'"
},
"devDependencies": {
"eslint": "^6.4.0",
"prettier-eslint-cli": "^5.0.0"
}
}