@codesmith-99/react-file-preview
Version:
The url previewer is built using native html elements for previewing url of files of the following type
81 lines (80 loc) • 2.16 kB
JSON
{
"name": "@codesmith-99/react-file-preview",
"version": "1.0.36",
"description": "",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
"prepare": "npm run build",
"prepublishOnly": "npm run prettier && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbdulmueezEmiola/React-File-Previewer.git"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"react",
"typescript",
"file-previewer",
"file-viewer",
"react-file-previewer",
"react-file-viewer",
"file",
"preview",
"url viewer",
"csv viewer",
"text viewer",
"pdf viewer",
"html viewer",
"image viewer",
"audio viewer",
"video viewer",
"doc viewer"
],
"author": "Abdulmueez Emiola",
"license": "MIT",
"devDependencies": {
"@parcel/packager-ts": "^2.8.2",
"@parcel/transformer-typescript-types": "^2.8.2",
"@types/mime": "^3.0.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-file-icon": "^1.0.1",
"@types/react-table": "^7.7.14",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"buffer": "^5.7.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.8.2",
"path-browserify": "^1.0.1",
"prettier": "^2.8.1",
"process": "^0.11.10",
"react-dom": "^18.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
},
"dependencies": {
"comma-separated-values": "^3.6.4",
"mime": "^3.0.0",
"react": "^18.2.0",
"react-file-icon": "^1.3.0",
"react-virtuoso": "^4.0.3",
"styled-components": "^5.3.6"
}
}