Files
bob/packages/playground/package.json
2023-09-26 21:30:26 +02:00

41 lines
1.1 KiB
JSON

{
"name": "@bob-the-algorithm/playground",
"private": true,
"version": "0.1.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@bob-the-algorithm/core": "workspace:^",
"@nextui-org/react": "^2.1.13",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-tree": "^0.18.0",
"react-router-dom": "^6.16.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.30",
"reagraph": "^4.13.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}