-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
{
"name": "neo-bs2-ide",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@vite-pwa/assets-generator": "^0.2.6",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"lucide-svelte": "^0.445.0",
"paneforge": "^0.0.6",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.6",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.17",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.20.5"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.8",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.1",
"@fontsource-variable/manrope": "^5.1.1",
"@fontsource/dm-mono": "^5.1.1",
"@lezer/highlight": "^1.2.1",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"hotkeys-js": "^3.13.9",
"mode-watcher": "^0.4.1",
"pbasic-tokenizer": "^0.3.0",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.2.1"
}
}