-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.41 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.41 KB
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
{
"name": "launchmenu.github.io",
"version": "1.0.0",
"description": "The official website for the LaunchMenu project",
"private": true,
"scripts": {
"dev": "next dev",
"clean": "rimraf docs",
"build": "npm run clean && next build && next export -o docs/"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.5",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.7",
"model-react": "^4.0.1",
"next": "^11.1.1",
"next-mdx-remote": "^2.1.3",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.1",
"react-on-screen": "^2.1.1",
"react-syntax-highlighter": "^15.4.3",
"react-textfit": "^1.1.1",
"remark-sectionize": "^1.1.1",
"use-resize-observer": "^7.0.0",
"youtube-player": "^5.5.2"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/youtube-player": "^5.5.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.2"
}
}