react-code-snippet-player
Version:
A beautiful, animated React component to display code snippets with elegant tabs, typing effects, and syntax highlighting. Powered by [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) and [framer-motion](http
41 lines (40 loc) • 908 B
JSON
{
"name": "react-code-snippet-player",
"version": "3.2.7",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"vite": "^7.0.4"
},
"keywords": [
"react",
"code-snippet",
"code-player",
"tabs",
"framer-motion",
"syntax-highlighter"
],
"author": "Mohammad Sami Chowdhury",
"license": "MIT",
"dependencies": {
"@fontsource/fira-code": "^5.2.6",
"framer-motion": "^12.23.0",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^15.6.1",
"styled-components": "^6.1.19"
}
}