| { | |
| "name": "@react-page/examples", | |
| "version": "0.1.0", | |
| "private": true, | |
| "sideEffects": false, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build && next export -o build && touch build/.nojekyll", | |
| "start": "next start" | |
| }, | |
| "peerDependencies": { | |
| "react": ">= 16.14", | |
| "react-dom": ">= 16.14" | |
| }, | |
| "dependencies": { | |
| "@emotion/cache": "^11.10.3", | |
| "@emotion/react": "^11.10.4", | |
| "@emotion/server": "^11.10.0", | |
| "@emotion/styled": "^11.10.4", | |
| "@mui/icons-material": "^5.8.0", | |
| "@mui/material": "^5.8.1", | |
| "@mui/styled-engine-sc": "^5.8.0", | |
| "@mui/styles": "^5.8.0", | |
| "@react-page/editor": "0.0.0", | |
| "@react-page/plugins-background": "0.0.0", | |
| "@react-page/plugins-divider": "0.0.0", | |
| "@react-page/plugins-html5-video": "0.0.0", | |
| "@react-page/plugins-image": "0.0.0", | |
| "@react-page/plugins-slate": "0.0.0", | |
| "@react-page/plugins-spacer": "0.0.0", | |
| "@react-page/plugins-video": "0.0.0", | |
| "@react-page/react-admin": "0.0.0", | |
| "next": "^13", | |
| "ra-data-fakerest": "3.9.3", | |
| "react-admin": "^3.14.2", | |
| "react-katex": "^3.0.1", | |
| "react-syntax-highlighter": "^15.3.1", | |
| "react-twitter-widgets": "^1.11.0", | |
| "styled-components": "^5.3.5" | |
| }, | |
| "devDependencies": { | |
| "@next/bundle-analyzer": "^10.0.3", | |
| "@types/react-syntax-highlighter": "^13.5.0", | |
| "@types/styled-components": "^5.1.15", | |
| "babel-plugin-styled-components": "^1.11.1", | |
| "raw-loader": "4.0.1", | |
| "react-admin": "^3.14.2" | |
| } | |
| } | |