mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 14:28:20 +01:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "web",
|
|
"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": {
|
|
"@effect/opentelemetry": "^0.35.0",
|
|
"@effect/platform": "^0.61.2",
|
|
"@effect/schema": "^0.70.1",
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.25.1",
|
|
"@opentelemetry/sdk-trace-web": "^1.25.1",
|
|
"@sentry/react": "^8.22.0",
|
|
"@tanstack/react-query": "^5.51.21",
|
|
"@tanstack/react-router": "^1.45.11",
|
|
"effect": "^3.6.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/react-query-devtools": "^5.51.21",
|
|
"@tanstack/router-devtools": "^1.45.11",
|
|
"@tanstack/router-plugin": "^1.45.8",
|
|
"@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",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"postcss": "^8.4.40",
|
|
"postcss-loader": "^8.1.1",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.4"
|
|
},
|
|
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
|
}
|