-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "git-history",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "motia dev",
"build": "vite build",
"preview": "vite preview",
"olddev": "vite"
},
"dependencies": {
"@motiadev/adapter-bullmq-events": "^0.17.4-beta.185",
"@motiadev/core": "^0.17.4-beta.185",
"@motiadev/plugin-bullmq": "^0.17.4-beta.185",
"@motiadev/plugin-endpoint": "^0.17.4-beta.185",
"@motiadev/plugin-logs": "^0.17.4-beta.185",
"@motiadev/plugin-observability": "^0.17.4-beta.185",
"@motiadev/plugin-states": "^0.17.4-beta.185",
"@vercel/analytics": "^1.6.1",
"cors": "^2.8.5",
"d3": "^7.9.0",
"framer-motion": "^12.23.26",
"lucide-react": "^0.561.0",
"motia": "^0.17.4-beta.185",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@motiadev/workbench": "^0.17.4-beta.185",
"@types/cors": "^2.8.19",
"@types/node": "^22.14.0",
"@types/react": "^19.1.1",
"@vercel/node": "^5.5.15",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.2.0"
}
}