UNPKG

mazeof-react

Version:
44 lines (43 loc) 1.11 kB
{ "name": "mazeof-react", "version": "1.1.3", "description": "some goods for your react", "main": "index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npx tsc --jsx preserve -t es2020 --noEmit false", "watch-test": "jest --config jest.config.ts --watchAll" }, "repository": { "type": "git", "url": "git+https://github.com/ManuUseGitHub/mazeof-react.git" }, "keywords": [ "react", "hooks", "usefull" ], "author": "maze014", "license": "MIT", "bugs": { "url": "https://github.com/ManuUseGitHub/mazeof-react/issues" }, "homepage": "https://github.com/ManuUseGitHub/mazeof-react#readme", "peerDependencies": { "react": "^18.2.0", "react-cookie": "^6.1.1", "react-bootstrap": "^2.9.1" }, "devDependencies": { "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.23.2", "@types/jest": "^29.5.5", "@types/node": "^20.8.6", "babel-jest": "^29.7.0", "esbuild": "0.19.4", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }