FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
base-stack/package.json at main · code-forge-io/base-stack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code-forge-io
/
base-stack
Public template
Notifications
You must be signed in to change notification settings
Fork
68
Star
366
Code
Issues
2
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
base-stack
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
101 lines (101 loc) · 2.69 KB
Breadcrumbs
base-stack
/
package.json
Copy path
File metadata and controls
101 lines (101 loc) · 2.69 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@forge42/base-stack
"
,
"version"
:
"
0.0.1
"
,
"author"
:
"
forge-42
"
,
"private"
:
true
,
"sideEffects"
:
false
,
"license"
:
"
MIT
"
,
"type"
:
"
module
"
,
"scripts"
: {
"execute"
:
"
tsx
"
,
"clean"
:
"
git clean -fdX --exclude=
\"
!.env
\"
"
,
"script"
:
"
tsx scripts/setup.ts
"
,
"cleanup"
:
"
pnpm run script scripts/cleanup.ts
"
,
"build"
:
"
react-router build
"
,
"dev"
:
"
react-router dev
"
,
"start"
:
"
NODE_ENV=production node ./build/server/index.js
"
,
"test"
:
"
vitest run --browser.headless
"
,
"test:ui"
:
"
vitest
"
,
"test:cov"
:
"
vitest run --coverage --browser.headless
"
,
"typecheck"
:
"
tsc
"
,
"validate"
:
"
pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused
"
,
"check"
:
"
biome check .
"
,
"check:fix"
:
"
biome check --fix .
"
,
"check:unused"
:
"
knip
"
,
"check:unused:fix"
:
"
knip --fix
"
,
"typegen"
:
"
react-router typegen
"
,
"postinstall"
:
"
pnpm run typegen
"
},
"dependencies"
: {
"@epic-web/client-hints"
:
"
1.3.8
"
,
"@forge42/seo-tools"
:
"
1.4.5
"
,
"@react-router/node"
:
"
7.11.0
"
,
"clsx"
:
"
2.1.1
"
,
"hono"
:
"
4.11.1
"
,
"i18next"
:
"
25.7.3
"
,
"i18next-browser-languagedetector"
:
"
8.2.0
"
,
"i18next-http-backend"
:
"
3.0.2
"
,
"isbot"
:
"
5.1.32
"
,
"pretty-cache-header"
:
"
1.0.0
"
,
"react"
:
"
19.2.3
"
,
"react-dom"
:
"
19.2.3
"
,
"react-i18next"
:
"
16.5.0
"
,
"react-router"
:
"
7.11.0
"
,
"react-router-hono-server"
:
"
2.22.0
"
,
"remix-hono"
:
"
0.0.18
"
,
"remix-i18next"
:
"
7.4.2
"
,
"tailwind-merge"
:
"
3.4.0
"
,
"zod"
:
"
4.2.1
"
},
"devDependencies"
: {
"@babel/preset-typescript"
:
"
7.28.5
"
,
"@biomejs/biome"
:
"
2.3.10
"
,
"@dotenvx/dotenvx"
:
"
1.51.2
"
,
"@react-router/dev"
:
"
7.11.0
"
,
"@react-router/fs-routes"
:
"
7.11.0
"
,
"@tailwindcss/vite"
:
"
4.1.18
"
,
"@testing-library/react"
:
"
16.3.1
"
,
"@types/node"
:
"
25.0.3
"
,
"@types/prompt"
:
"
1.1.9
"
,
"@types/react"
:
"
19.2.7
"
,
"@types/react-dom"
:
"
19.2.3
"
,
"@vitest/browser"
:
"
4.0.16
"
,
"@vitest/browser-playwright"
:
"
4.0.16
"
,
"@vitest/coverage-v8"
:
"
4.0.16
"
,
"@vitest/ui"
:
"
4.0.16
"
,
"babel-plugin-react-compiler"
:
"
1.0.0
"
,
"chalk"
:
"
5.6.2
"
,
"knip"
:
"
5.77.1
"
,
"lefthook"
:
"
2.0.12
"
,
"playwright"
:
"
1.57.0
"
,
"prompt"
:
"
1.3.0
"
,
"react-router-devtools"
:
"
6.0.0
"
,
"tailwindcss"
:
"
4.1.18
"
,
"tsx"
:
"
4.21.0
"
,
"typescript"
:
"
5.9.3
"
,
"vite"
:
"
7.3.0
"
,
"vite-plugin-babel"
:
"
1.3.2
"
,
"vite-plugin-icons-spritesheet"
:
"
3.0.1
"
,
"vite-tsconfig-paths"
:
"
6.0.3
"
,
"vitest"
:
"
4.0.16
"
,
"vitest-browser-react"
:
"
2.0.2
"
},
"packageManager"
:
"
pnpm@10.26.2
"
,
"optionalDependencies"
: {
"@rollup/rollup-linux-x64-gnu"
:
"
^4.54.0
"
},
"engines"
: {
"node"
:
"
>=24.3.0
"
,
"pnpm"
:
"
>=10.12.4
"
},
"pnpm"
: {
"onlyBuiltDependencies"
: [
"
@biomejs/biome
"
,
"
@tailwindcss/oxide
"
,
"
esbuild
"
,
"
lefthook
"
,
"
msw
"
,
"
oxc-resolver
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL