addons/components/package.jsonblame
View source
b69ab311{
b69ab312 "name": "isl-components",
b69ab313 "version": "0.1.0",
b69ab314 "type": "module",
b69ab315 "private": true,
b69ab316 "devDependencies": {
b69ab317 "@testing-library/jest-dom": "^5.14.1",
b69ab318 "@testing-library/react": "^15.0.6",
b69ab319 "@testing-library/user-event": "^13.2.1",
b69ab3110 "@types/react": "^18.3.1",
b69ab3111 "@types/react-dom": "^18.3.0",
b69ab3112 "@vitejs/plugin-react": "^4.2.1",
b69ab3113 "react-dom": "^18.3.1",
b69ab3114 "resize-observer-polyfill": "^1.5.1",
b69ab3115 "jest": "29.7.0",
b69ab3116 "vite": "5.4.12",
b69ab3117 "vite-plugin-stylex": "^0.10.1",
b69ab3118 "vite-tsconfig-paths": "^4.3.1"
b69ab3119 },
b69ab3120 "dependencies": {
b69ab3121 "@stylexjs/stylex": "^0.9.3",
b69ab3122 "@vscode/codicons": "^0.0.39",
b69ab3123 "react": "^18.3.1"
b69ab3124 },
b69ab3125 "scripts": {
b69ab3126 "start": "vite serve ./explorer --config vite.config.ts",
b69ab3127 "eslint": "eslint . --ext .ts --ext .tsx",
b69ab3128 "test": "jest"
b69ab3129 }
b69ab3130}