Files
formplex-react/package.json
2022-11-16 17:14:56 +02:00

45 lines
1.2 KiB
JSON

{
"name": "formplex-react",
"version": "0.1.5",
"description": "Incredibly easy & flexible React form hooks",
"keywords": [
"react",
"hook",
"form",
"formplex",
"formplex-react",
"react-hook",
"react-hook-form",
"react-form-hook"
],
"main": "index.js",
"repository": "https://github.com/chenasraf/formplex-react",
"author": "Chen Asraf <contact@casraf.dev>",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"docs:build": "typedoc --out docs src/index.ts",
"watch": "webpack --watch"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.27.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1",
"ts-loader": "^9.4.1",
"typedoc": "^0.23.20",
"typescript": "^4.8.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": ">16"
}
}