-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.66 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
{
"name": "@fustrate/baseballbot.io",
"private": true,
"license": "UNLICENSED",
"dependencies": {
"@csstools/postcss-minify": "^3.0.0",
"@fustrate/rails": "github:fustrate/fustrate-rails.js#b3bae9c",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@tailwindcss/postcss": "^4.3.0",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query-devtools": "^5.100.9",
"@tanstack/react-router": "^1.169.2",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-devtools": "^1.166.13",
"@tanstack/router-plugin": "^1.167.35",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "^5.0.3",
"framer-motion": "^12.38.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.1",
"luxon": "^3.7.2",
"postcss": "^8.5.14",
"postcss-cli": "^11.0.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.3.0",
"yaml": "^2.8.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@tanstack/router-cli": "^1.166.43",
"@types/bun": "^1.3.13",
"@types/luxon": "^3.7.1",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
},
"scripts": {
"build": "bun bun.config.js",
"build:css": "NODE_OPTIONS='--disable-warning=ExperimentalWarning' postcss \"app/frontend/entrypoints/**/*.css\" --base app/frontend/entrypoints --dir app/assets/builds",
"lint": "biome lint .",
"tsc": "tsc --noEmit --incremental --project ./app/frontend",
"routes": "tsr generate"
},
"browserslist": [
"defaults"
],
"type": "module"
}