aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..424f396
--- /dev/null
+++ b/package.json
@@ -0,0 +1,86 @@
+{
+ "name": "grl-snippet",
+ "private": true,
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc -b && vite build",
+ "lint": "eslint .",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@fontsource/roboto": "^5.2.5",
+ "@hookform/resolvers": "^5.0.1",
+ "@mui/material": "^7.0.2",
+ "@radix-ui/react-accordion": "^1.2.8",
+ "@radix-ui/react-alert-dialog": "^1.1.11",
+ "@radix-ui/react-aspect-ratio": "^1.1.4",
+ "@radix-ui/react-avatar": "^1.1.7",
+ "@radix-ui/react-checkbox": "^1.2.3",
+ "@radix-ui/react-collapsible": "^1.1.8",
+ "@radix-ui/react-context-menu": "^2.2.12",
+ "@radix-ui/react-dialog": "^1.1.11",
+ "@radix-ui/react-dropdown-menu": "^2.1.12",
+ "@radix-ui/react-hover-card": "^1.1.11",
+ "@radix-ui/react-label": "^2.1.4",
+ "@radix-ui/react-menubar": "^1.1.12",
+ "@radix-ui/react-navigation-menu": "^1.2.10",
+ "@radix-ui/react-popover": "^1.1.11",
+ "@radix-ui/react-progress": "^1.1.4",
+ "@radix-ui/react-radio-group": "^1.3.4",
+ "@radix-ui/react-scroll-area": "^1.2.6",
+ "@radix-ui/react-select": "^2.2.2",
+ "@radix-ui/react-separator": "^1.1.4",
+ "@radix-ui/react-slider": "^1.3.2",
+ "@radix-ui/react-slot": "^1.2.0",
+ "@radix-ui/react-switch": "^1.2.2",
+ "@radix-ui/react-tabs": "^1.1.9",
+ "@radix-ui/react-toggle": "^1.1.6",
+ "@radix-ui/react-toggle-group": "^1.1.7",
+ "@radix-ui/react-tooltip": "^1.2.4",
+ "@reduxjs/toolkit": "^2.8.2",
+ "@tailwindcss/vite": "^4.1.4",
+ "@toolpad/core": "^0.14.0",
+ "axios": "^1.8.4",
+ "class-variance-authority": "^0.7.1",
+ "clsx": "^2.1.1",
+ "cmdk": "^1.1.1",
+ "date-fns": "^3.6.0",
+ "embla-carousel-react": "^8.6.0",
+ "input-otp": "^1.4.2",
+ "lucide-react": "^0.503.0",
+ "motion": "^12.12.1",
+ "next-themes": "^0.4.6",
+ "querystring": "^0.2.1",
+ "react": "^18.3.1",
+ "react-day-picker": "^8.10.1",
+ "react-dom": "^18.3.1",
+ "react-hook-form": "^7.56.1",
+ "react-redux": "^9.2.0",
+ "react-resizable-panels": "^2.1.8",
+ "recharts": "^2.15.3",
+ "sonner": "^2.0.3",
+ "tailwind-merge": "^3.2.0",
+ "tailwindcss": "^4.1.4",
+ "tw-animate-css": "^1.2.8",
+ "vaul": "^1.1.2",
+ "zod": "^3.24.3"
+ },
+ "devDependencies": {
+ "@eslint/js": "^9.17.0",
+ "@types/node": "^22.14.1",
+ "@types/react": "^18.3.20",
+ "@types/react-dom": "^18.3.6",
+ "@vitejs/plugin-react": "^4.4.1",
+ "eslint": "^9.25.1",
+ "eslint-plugin-react-hooks": "^5.2.0",
+ "eslint-plugin-react-refresh": "^0.4.20",
+ "globals": "^15.15.0",
+ "typescript": "~5.6.2",
+ "typescript-eslint": "^8.31.0",
+ "vite": "^6.3.2",
+ "vite-plugin-singlefile": "^2.2.0"
+ }
+}