OBN_API/package.json

59 lines
1.7 KiB
JSON
Raw Normal View History

2024-08-19 18:07:39 +08:00
{
"name": "obanana-postman",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.30.0",
2024-08-30 16:36:22 +08:00
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
2024-08-19 18:07:39 +08:00
"@monaco-editor/react": "^4.6.0",
2024-08-30 16:36:22 +08:00
"@mui/material": "^6.0.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
2024-08-19 18:07:39 +08:00
"axios": "^1.7.3",
2024-08-30 16:36:22 +08:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-08-19 18:07:39 +08:00
"codemirror": "^5.65.17",
"install": "^0.13.0",
2024-08-30 16:36:22 +08:00
"lucide-react": "^0.428.0",
2024-08-19 18:07:39 +08:00
"npm": "^10.8.2",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-codemirror2": "^8.0.0",
"react-dom": "^18.3.1",
2024-08-30 16:36:22 +08:00
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.2",
2024-08-19 18:07:39 +08:00
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
2024-08-30 16:36:22 +08:00
"@types/node": "^22.4.2",
2024-08-19 18:07:39 +08:00
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
2024-08-30 16:36:22 +08:00
"autoprefixer": "^10.4.20",
2024-08-19 18:07:39 +08:00
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
2024-08-30 16:36:22 +08:00
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
2024-08-19 18:07:39 +08:00
"typescript": "^5.2.2",
"vite": "^5.3.4"
}
}