shiv_not-found-page-1
Version:
This is the not found page component, that can be directly used with ReactJS.
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "shiv_not-found-page-1",
"version": "0.1.1",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"description": "This is the not found page component, that can be directly used with ReactJS.",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"package",
"library",
"not-found"
],
"author": "shivshaktibharti7@gmail.com",
"license": "ISC",
"scripts": {
"start": "react-scripts start",
"build": "npx babel src/lib --out-dir dist --copy-files",
"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"
]
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10"
}
}