-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1017 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1017 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
36
{
"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",
"axios": "^1.13.6",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"lucide-solid": "^0.577.0",
"monaco-editor": "^0.55.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.10",
"solid-motionone": "^1.0.4",
"tailwind-merge": "^3.5.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-solid": "^2.11.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"autoprefixer": "^10.4.27",
"eslint": "^8.38.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"vite": "^5.0.0"
}
}