discord-embed-visualizer
Version:
<div align="center">
84 lines (83 loc) • 2.07 kB
JSON
{
"name": "discord-embed-visualizer",
"version": "1.1.0",
"main": "js/index.js",
"module": "js/index.esm.js",
"author": "Kieron Richardson <artdude543@hotmail.co.uk>",
"contributors": [
{
"email": "dev@mrv.dog",
"name": "Vinny Benson",
"url": "https://mrv.dog"
}
],
"license": "GPL-3.0",
"devDependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@types/debounce": "^1.2.1",
"@types/json5": "^2.2.0",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-syntax-highlighter": "^15.5.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
"rollup": "^2.69.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.2"
},
"dependencies": {
"@mui/lab": "^5.0.0-alpha.73",
"date-fns": "^2.28.0",
"debounce": "^1.2.1",
"material-ui-popup-state": "^2.0.0",
"mui-color": "^2.0.0-beta.2",
"prop-types": "^15.8.1",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
},
"peerDependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"resolutions": {
"react-syntax-highlighter/highlight.js": "10.7.2"
},
"scripts": {
"build": "rollup -c",
"start": "react-app-rewired start",
"prepare": "npm run-script build"
},
"keywords": [
"react",
"material",
"material-ui",
"discord",
"discord-embed",
"generator"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}