-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 965 Bytes
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
{
"private": true,
"type": "module",
"devDependencies": {
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"vite": "^8.0.12",
"vite-plugin-ruby": "^5.2.2"
},
"dependencies": {
"@inertiajs/react": "^2.3.3",
"@posthog/react": "^1.8.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"ag-grid-react": "^35.0.1",
"clsx": "^2.1.1",
"posthog-js": "^1.360.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.7.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"scripts": {
"check": "tsc -p tsconfig.app.json && tsc -p tsconfig.node.json",
"format:check": "prettier --check app/frontend/ app/assets/stylesheets/",
"format": "prettier --write app/frontend/ app/assets/stylesheets/"
}
}