react-swift-form
Version:
React library fro form validation
75 lines (74 loc) • 1.75 kB
JSON
{
"name": "react-swift-form",
"version": "0.2.0",
"description": "React library fro form validation",
"license": "MIT",
"homepage": "https://github.com/tonai/react-swift-form",
"repository": {
"type": "git",
"url": "git@github.com:tonai/react-swift-form.git"
},
"bugs": {
"url": "https://github.com/tonai/react-swift-form/issues"
},
"keywords": [
"react",
"library",
"frontend",
"form",
"validation"
],
"author": {
"name": "Tony Cabaye",
"email": "tonai59+github@gmail.com",
"url": "https://github.com/tonai"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"files": [
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md",
"dist",
"src"
],
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"test": "jest",
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/react": "^18.2.21",
"@vitejs/plugin-react-swc": "^3.5.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsconfig": "*",
"typescript": "~5.2.2",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"react": ">=18.0"
},
"engines": {
"node": ">=16"
}
}