File size: 1,505 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "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"
  }
}