figura-test
Version:
## Disclaimer This library is currently in production/testing and is strictly a pre-release version. ## Description Figura is a powerful library of React components designed to simplify form handling, validation, and submission. It offers an easy-to-use
76 lines (75 loc) • 1.98 kB
JSON
{
"name": "figura-test",
"version": "0.2.18-experimental",
"main": "dist/index.js",
"module": "dist/index.tsx",
"license": "Apache-2.0",
"keywords": [
"forms",
"form-validation",
"reactjs",
"components",
"typescript",
"tailwind",
"react-forms",
"react-figura",
"figura"
],
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/mbb10324/figura.git"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"web-vitals": "^2.1.4",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "webpack --config webpack.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}