mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"name": "xslt-playground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@monaco-editor/react": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|