mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: add codemirror
This commit is contained in:
parent
4c65c015b9
commit
b18d561361
8 changed files with 958 additions and 26 deletions
13
package.json
13
package.json
|
|
@ -6,9 +6,22 @@
|
|||
"dev": "vite"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.9.0",
|
||||
"@codemirror/lang-css": "^6.3.1",
|
||||
"@codemirror/lang-html": "^6.4.11",
|
||||
"@codemirror/lang-javascript": "^6.2.4",
|
||||
"@codemirror/lang-json": "^6.0.2",
|
||||
"@codemirror/lang-liquid": "^6.3.0",
|
||||
"@codemirror/language": "^6.11.3",
|
||||
"@codemirror/search": "^6.5.11",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/theme-one-dark": "^6.1.3",
|
||||
"@codemirror/view": "^6.38.5",
|
||||
"@fsegurai/codemirror-theme-github-light": "^6.2.2",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.8.2",
|
||||
"codemirror": "^6.0.2",
|
||||
"concurrently": "^9.0.1",
|
||||
"laravel-vite-plugin": "^2.0",
|
||||
"puppeteer": "24.17.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue