Files
probly/package.json
2025-04-05 02:03:49 +01:00

45 lines
1.1 KiB
JSON

{
"name": "probly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@e2b/code-interpreter": "^1.0.4",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.1",
"dotenv": "^16.4.1",
"echarts-for-react": "^3.0.2",
"handsontable": "^13.1.0",
"hyperformula": "^3.0.0",
"lucide-react": "^0.468.0",
"next": "^14.2.20",
"openai": "^4.26.0",
"postcss": "8.4.35",
"pyodide": "^0.27.2",
"radix-ui": "^1.1.3",
"react": "^18.3.1",
"react-dom": "18.2.0",
"react-icons": "^5.4.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"uuid": "^11.0.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0"
}
}