forked from GC-DRI/Dhrift-GC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.97 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "DHRIFT",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mdx-js/loader": "^2.1.3",
"@monaco-editor/react": "^4.3.1",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.2.1",
"@next/mdx": "^12.0.7",
"@uiw/react-codemirror": "^4.4.0",
"ace-builds": "^1.4.13",
"allotment": "^1.9.0",
"caniuse-lite": "^1.0.30001361",
"codemirror": "^5.65.1",
"compose": "^0.1.2",
"console-feed": "^3.3.0",
"file-saver": "^2.0.5",
"gray-matter": "^4.0.3",
"he": "^1.2.0",
"hero-patterns": "^2.1.0",
"highlight.js": "^11.3.1",
"html-react-parser": "^1.4.2",
"javascript-terminal": "^1.1.1",
"jquery": "^3.6.0",
"jquery.terminal": "^2.31.1",
"js-beautify": "^1.14.6",
"js-yaml": "^4.1.0",
"jszip": "^3.9.1",
"markdown-to-jsx": "^7.1.7",
"marked": "^4.1.1",
"netlify-cms-app": "^2.15.59",
"next": "12.2.0",
"next-compose-plugins": "^2.2.1",
"next-themes": "0.0.15",
"next-yaml": "^1.0.1",
"node-fetch": "^3.2.0",
"preact": "^10.6.1",
"prismjs": "^1.25.0",
"random-a11y-combo": "^1.0.0",
"randomcolor": "^0.6.2",
"re-resizable": "^6.9.1",
"react": "^17.0.2",
"react-ace": "^9.5.0",
"react-children-utilities": "^2.6.3",
"react-dom": "17.0.2",
"react-frame-component": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-medium-image-zoom": "^4.3.5",
"react-terminal-component": "^1.5.0",
"reveal.js": "^4.0.2",
"spectacle": "^9.6.0"
},
"devDependencies": {
"babel-plugin-preval": "^5.0.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"next-compose": "^0.0.2",
"typescript": "^4.5.2"
}
}