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.
validator/package.json

27 lines
733 B

{
"name": "@tiny-components/validator",
"version": "0.2.0",
"description": "Form Validation with Riotjs",
"repository": {
"type": "git",
"url": "git@github.com:node001-net/tiny-components-validator.git"
},
"author": "Björn Hase",
"license": "MIT",
"dependencies": {
"@tiny-components/plain-ui": "^0.5.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",
"postcss": "^8.4.12",
"sass": "^1.32.0",
"sass-loader": "^12.4.0"
}
}