Files
formplex-react/package.json
2022-11-10 23:05:08 +02:00

38 lines
1.1 KiB
JSON

{
"name": "formplex-react",
"version": "0.1.0",
"description": "Incredibly easy & flexible React form hooks",
"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"
},
"dependencies": {
"react": ">16"
},
"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"
}
}