-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 774 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
{
"name": "codearena",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Premium online compiler with multi-language support, beautiful themes, and powerful features",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@solidjs/router": "^0.15.4",
"@types/file-saver": "^2.0.7",
"file-saver": "^2.0.5",
"monaco-editor": "^0.55.1",
"node": "^22.11.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.10",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-solid": "^2.11.10"
},
"devDependencies": {
"eslint": "^8.38.0",
"vite": "^4.3.2"
}
}