72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "npm-run-all tailwind esbuild",
|
|
"dev": "dotenv -- npm-run-all -l -p serve tailwind-watch esbuild-watch tsc-watch",
|
|
"serve": "http-server -c-1 -p 8084 -P http://localhost:8084?",
|
|
"tailwind": "tailwindcss -i ./src/index.css -o ./public/index.css",
|
|
"tailwind-watch": "tailwindcss -i ./src/index.css -o ./public/index.css --watch",
|
|
"esbuild": "node ./build.mjs",
|
|
"esbuild-watch": "APP_BUILD_IS_DEV=1 node ./build.mjs",
|
|
"tsc": "tsc --noEmit",
|
|
"tsc-watch": "tsc --noEmit --watch --preserveWatchOutput",
|
|
"fmt": "prettier --write .",
|
|
"fmt-check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/buf": "^1.31.0",
|
|
"@bufbuild/protobuf": "^1.9.0",
|
|
"@connectrpc/connect": "^1.4.0",
|
|
"@connectrpc/connect-query": "^1.3.1",
|
|
"@connectrpc/connect-web": "^1.4.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@netlify/functions": "^2.7.0",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@react-oauth/google": "^0.12.1",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tanstack/react-query": "^5.32.0",
|
|
"@types/node": "^20.12.7",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^9.0.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"dotenv-cli": "^7.4.1",
|
|
"eckles": "^1.4.1",
|
|
"esbuild": "^0.20.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"highlight.js": "^11.9.0",
|
|
"http-server": "^14.1.1",
|
|
"lucide-react": "^0.376.0",
|
|
"moment": "^2.30.1",
|
|
"next-themes": "^0.3.0",
|
|
"node-jose": "^2.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.2.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.4",
|
|
"react-router": "^6.23.0",
|
|
"react-router-dom": "^6.23.0",
|
|
"sonner": "^1.4.41",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.4.5",
|
|
"uuid": "^9.0.1",
|
|
"xml-formatter": "^3.6.2",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|