mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "ell-studio",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.5",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tanstack/react-query": "^5.51.21",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^1.6.0",
|
|
"base64-js": "^1.5.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"d3-force": "^3.0.0",
|
|
"d3-quadtree": "^3.0.1",
|
|
"dagre": "^0.8.5",
|
|
"date-fns": "^3.6.0",
|
|
"dotenv": "^16.4.5",
|
|
"framer-motion": "^11.3.24",
|
|
"install": "^0.13.0",
|
|
"lucide-react": "^0.424.0",
|
|
"npm": "^10.8.2",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.2.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-resizable-panels": "^2.0.22",
|
|
"react-responsive": "^10.0.0",
|
|
"react-router-dom": "^6.18.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"reactflow": "^11.11.4",
|
|
"recharts": "^2.12.7",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unidiff": "^1.0.4",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"start:dev": "react-scripts start"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5"
|
|
}
|
|
}
|