|
| 1 | +{ |
| 2 | + "name": "pdl-live", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "scripts": { |
| 6 | + "dev": "concurrently vite 'tsc --build --watch --noEmit'", |
| 7 | + "build": "tsc -b && vite build", |
| 8 | + "lint": "eslint .", |
| 9 | + "format": "prettier --write 'tests/**/*.ts' 'src/**/*.{ts,tsx,css}'", |
| 10 | + "preview": "vite preview", |
| 11 | + "test:quality": "concurrently -n 'lint,types,formatting' 'yarn lint' 'tsc --build --noEmit' \"prettier --check 'tests/**/*.ts' 'src/**/*.{ts,tsx,css}'\"", |
| 12 | + "test:ui": "yarn playwright test", |
| 13 | + "test": "concurrently -n 'quality,playwright' 'yarn test:quality' 'yarn test:ui'" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@patternfly/react-core": "^6.1.0", |
| 17 | + "react": "^18.3.1", |
| 18 | + "react-dom": "^18.3.1", |
| 19 | + "react-markdown": "^9.0.3", |
| 20 | + "react-router-dom": "^7.1.2", |
| 21 | + "react-syntax-highlighter": "^15.6.1", |
| 22 | + "ts-pattern": "^5.6.0", |
| 23 | + "yaml": "^2.7.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@eslint/js": "^9.17.0", |
| 27 | + "@playwright/test": "^1.49.1", |
| 28 | + "@types/node": "22.10.5", |
| 29 | + "@types/react": "^18.3.18", |
| 30 | + "@types/react-dom": "^18.3.5", |
| 31 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 32 | + "@vitejs/plugin-react": "^4.3.4", |
| 33 | + "concurrently": "^9.1.2", |
| 34 | + "eslint": "^9.17.0", |
| 35 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 36 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 37 | + "globals": "^15.14.0", |
| 38 | + "json-schema-to-typescript": "^15.0.3", |
| 39 | + "monaco-editor": "^0.52.2", |
| 40 | + "prettier": "^3.4.2", |
| 41 | + "typescript": "~5.6.2", |
| 42 | + "typescript-eslint": "^8.18.2", |
| 43 | + "vite": "^6.0.5", |
| 44 | + "vite-plugin-checker": "^0.8.0", |
| 45 | + "vite-plugin-svgr": "^4.3.0" |
| 46 | + }, |
| 47 | + "prettier": { |
| 48 | + "semi": false |
| 49 | + }, |
| 50 | + "resolutions": { |
| 51 | + "@types/react": "^18.3.18" |
| 52 | + } |
| 53 | +} |
0 commit comments