@theme-ui/prism
Version:
A syntax highlighting component based on [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) that works seamlessly with Theme UI.
44 lines • 991 B
JSON
{
"name": "@theme-ui/prism",
"version": "0.17.2",
"main": "dist/theme-ui-prism.cjs.js",
"module": "dist/theme-ui-prism.esm.js",
"types": "dist/theme-ui-prism.cjs.d.ts",
"source": "src/index.tsx",
"author": "John Otander",
"license": "MIT",
"repository": "system-ui/theme-ui",
"publishConfig": {
"access": "public"
},
"keywords": [
"theme-ui",
"prism",
"prismjs",
"emotion",
"css",
"css-in-js",
"style"
],
"dependencies": {
"prism-react-renderer": "^1.1.1",
"@theme-ui/core": "^0.17.2"
},
"peerDependencies": {
"@theme-ui/mdx": "^0.17.2",
"theme-ui": "^0.17.2"
},
"devDependencies": {
"@types/react": "^18.2.12",
"param-case": "^4.0.0",
"postcss": "^8.1.10",
"postcss-js": "^3.0.3",
"react": "^18.1.0",
"theme-ui": "^0.17.2",
"@theme-ui/mdx": "^0.17.2"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8",
"scripts": {
"build-presets": "node build-presets.js"
}
}