GDB-UI/webapp/package.json

46 lines
1.7 KiB
JSON

{
"name": "a_main_gdbui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint:a11y": "eslint src/components/Functions/Functions.jsx src/components/Breakpoint/Breakpoint.jsx src/components/GdbComponents/LocalVariable/LocalVariable.jsx src/components/GdbComponents/Context/Context.jsx src/components/GdbComponents/MemoryMap/MemoryMap.jsx --ext js,jsx --max-warnings 0 --rule 'no-unused-vars: off' --rule 'react/prop-types: off' --rule 'react-hooks/exhaustive-deps: off'",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"axios": "^1.7.2",
"monaco-themes": "^0.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-terminal": "^1.4.4",
"react-toastify": "^10.0.5",
"react-toggle-dark-mode": "^1.1.1",
"terminal-in-react": "^4.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.0",
"vite": "^5.2.0",
"vite-plugin-terminal": "^1.2.0",
"vitest": "^1.6.0"
}
}