You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@tiny-components/validator",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Form Validation with Riotjs",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitea.node001.net:tiny-components/validator.git"
|
|
|
|
},
|
|
|
|
"author": "Björn Hase",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@tentakelfabrik/plain-ui": "^0.3.0",
|
|
|
|
"form-serialize": "^0.7.2",
|
|
|
|
"riot": "^6.1.2",
|
|
|
|
"validate.js": "^0.13.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@riotjs/compiler": "^6.1.3",
|
|
|
|
"@riotjs/webpack-loader": "^6.0.0",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"laravel-mix": "^6.0.5",
|
|
|
|
"sass": "^1.32.0",
|
|
|
|
"sass-loader": "^12.4.0"
|
|
|
|
}
|
|
|
|
}
|