| 1 | { |
| 2 | "name": "isl-components", |
| 3 | "version": "0.1.0", |
| 4 | "type": "module", |
| 5 | "private": true, |
| 6 | "devDependencies": { |
| 7 | "@testing-library/jest-dom": "^5.14.1", |
| 8 | "@testing-library/react": "^15.0.6", |
| 9 | "@testing-library/user-event": "^13.2.1", |
| 10 | "@types/react": "^18.3.1", |
| 11 | "@types/react-dom": "^18.3.0", |
| 12 | "@vitejs/plugin-react": "^4.2.1", |
| 13 | "react-dom": "^18.3.1", |
| 14 | "resize-observer-polyfill": "^1.5.1", |
| 15 | "jest": "29.7.0", |
| 16 | "vite": "5.4.12", |
| 17 | "vite-plugin-stylex": "^0.10.1", |
| 18 | "vite-tsconfig-paths": "^4.3.1" |
| 19 | }, |
| 20 | "dependencies": { |
| 21 | "@stylexjs/stylex": "^0.9.3", |
| 22 | "@vscode/codicons": "^0.0.39", |
| 23 | "react": "^18.3.1" |
| 24 | }, |
| 25 | "scripts": { |
| 26 | "start": "vite serve ./explorer --config vite.config.ts", |
| 27 | "eslint": "eslint . --ext .ts --ext .tsx", |
| 28 | "test": "jest" |
| 29 | } |
| 30 | } |
| 31 | |