react-notfound-page
Version:
The `NotFound` component is a React functional component that displays a 404 Not Found message along with an animation and an optional button.
74 lines (73 loc) • 1.54 kB
JSON
{
"version": "0.1.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"notfound page",
"notfound component",
"react",
"notfound",
"404"
],
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16",
"lottie-react": "^2.4.0"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-notfound-page",
"author": "mehdi marzban",
"module": "dist/react-notfound-page.esm.js",
"size-limit": [
{
"path": "dist/react-notfound-page.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-notfound-page.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.1.6",
"tailwindcss": "^3.4.16",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
}
}