forked from checkmarble/marble-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.65 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "app-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"lint": "eslint .",
"type-check": "pnpm exec tsc --noEmit",
"dev": "remix vite:dev",
"build": "remix vite:build",
"build-with-sourcemaps": "remix vite:build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend",
"start": "remix-serve ./build/server/index.js",
"generate-routes": "source scripts/generateRoutes.sh && tsx scripts/generateRoutes.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@marble/eslint-config": "workspace:*",
"@remix-run/dev": "^2.10.3",
"@segment/analytics-next": "^1.72.1",
"@sentry/cli": "^2.33.0",
"@sentry/vite-plugin": "^2.21.1",
"@types/autosuggest-highlight": "^3.2.3",
"@types/qs": "^6.9.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/swagger-ui-react": "^4.18.3",
"autoprefixer": "^10.4.19",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "24.1.1",
"ora": "^8.0.1",
"postcss": "^8.4.40",
"tailwindcss": "3.4.6",
"tsx": "^4.16.2",
"vite": "^6.4.2"
},
"dependencies": {
"@ariakit/react": "^0.4.7",
"@conform-to/dom": "^1.1.5",
"@conform-to/react": "^1.1.5",
"@conform-to/zod": "^1.1.5",
"@dagrejs/dagre": "^1.1.3",
"@dinero.js/currencies": "2.0.0-alpha.14",
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.9.0",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@oazapfts/runtime": "^1.0.3",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/node": "^2.17.2",
"@remix-run/react": "^2.17.4",
"@remix-run/serve": "^2.10.3",
"@remix-run/server-runtime": "^2.17.4",
"@segment/snippet": "^5.2.1",
"@sentry/remix": "^10.47.0",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-virtual": "3.8.3",
"autosuggest-highlight": "^3.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cronstrue": "^2.50.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"dinero.js": "2.0.0-alpha.14",
"firebase": "^10.12.4",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.5.2",
"isbot": "^5.1.13",
"marble-api": "workspace:*",
"match-sorter": "^6.3.4",
"nanoid": "^5.0.9",
"qs": "^6.14.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.2",
"reactflow": "^11.11.4",
"remeda": "^2.6.0",
"remix": "^2.10.3",
"remix-flat-routes": "^0.6.5",
"remix-i18next": "^6.1.0",
"remix-utils": "^7.6.0",
"short-uuid": "^5.2.0",
"spin-delay": "^2.0.1",
"swagger-ui-react": "^5.17.14",
"temporal-polyfill": "^0.2.5",
"tiny-invariant": "^1.3.3",
"typescript-utils": "workspace:*",
"ui-design-system": "workspace:*",
"ui-icons": "workspace:*",
"zod": "^3.23.8",
"zustand": "^4.5.4"
}
}