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