-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "execoder",
"version": "1.0.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"license": "MPL-2.0",
"dependencies": {
"@replit/codemirror-css-color-picker": "^6.0.0",
"@replit/codemirror-indentation-markers": "^6.4.3",
"@replit/codemirror-vscode-keymap": "^6.0.2",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@uiw/codemirror-extensions-langs": "^4.21.9",
"@uiw/codemirror-theme-tokyo-night": "^4.21.9",
"@uiw/codemirror-theme-tokyo-night-day": "^4.21.9",
"@uiw/react-codemirror": "^4.21.9",
"@vercel/analytics": "^1.0.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-contexify": "^6.0.0",
"react-dom": "18.2.0",
"react-dropdown": "^1.11.0",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"typescript": "5.1.6",
"wandbox-api-updated": "^1.0.4"
}
}