-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 829 Bytes
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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@monaco-editor/react": "^4.4.6",
"@next/mdx": "^12.3.1",
"autoprefixer": "^10.4.12",
"canvas-confetti": "^1.6.0",
"mdx-prism": "^0.3.4",
"monaco-editor": "^0.34.1",
"next": "^12.3.1",
"p-queue": "^7.3.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^8.0.3",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.1",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@types/node": "18.11.5",
"typescript": "4.8.4"
}
}