You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
877 B
34 lines
877 B
{ |
|
"name": "react-pdf-viewer-create-react-app", |
|
"private": true, |
|
"version": "0.0.0", |
|
"dependencies": { |
|
"@react-pdf-viewer/core": "3.6.0", |
|
"@react-pdf-viewer/default-layout": "3.6.0", |
|
"pdfjs-dist": "^2.15.349", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-router-dom": "^6.7.0", |
|
"react-scripts": "^5.0.1" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"eject": "react-scripts eject" |
|
}, |
|
"eslintConfig": { |
|
"extends": "react-app" |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
} |
|
}
|
|
|