-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 Bytes
/
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
{
"name": "code-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-tailwind/react": "^2.1.4",
"@monaco-editor/react": "^4.4.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"material-icons": "^1.13.12",
"monaco-editor": "^0.44.0",
"monaco-themes": "^0.4.4",
"next": "13.5.6",
"react": "^18",
"react-contenteditable": "^3.3.7",
"react-dom": "^18",
"react-notifications-component": "^4.0.1",
"react-split": "^2.0.14",
"tailwind-scrollbar": "^3.0.5"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3"
}
}