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

25 lines
695 B

3 years ago
{
3 years ago
"name": "@tentakelfabrik/tiny-validator",
3 years ago
"version": "2.0.0",
3 years ago
"description": "Form Validator with validator.js for riotjs",
3 years ago
"repository": {
"type": "git",
"url": "git@github.com:tentakelfabrik/tiny-validator.git"
},
"author": "Björn Hase",
"license": "MIT",
3 years ago
"dependencies": {
"form-serialize": "^0.7.2",
"riot": "^5.1.2",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@riotjs/compiler": "^5.1.3",
"@riotjs/webpack-loader": "^5.0.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.5",
3 years ago
"postcss": "^8.2.1",
"sass": "^1.32.0",
"sass-loader": "^8.0.2"
3 years ago
}
3 years ago
}