mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-18 19:43:16 +00:00
29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"name": "xslt-playground",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"firebase": "^9.23.0",
|
|
"ga-4-react": "^0.1.281",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ga": "^3.3.1",
|
|
"xml-formatter": "^3.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"jsdom": "^25.0.1",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^2.1.4"
|
|
}
|
|
}
|