FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allthingslinux/package.json at main · allthingslinux/allthingslinux · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
allthingslinux
/
allthingslinux
Public archive
forked from
9vlc/allthingslinux
Notifications
You must be signed in to change notification settings
Fork
1
Star
12
Code
Issues
2
Pull requests
11
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
allthingslinux
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
130 lines (130 loc) · 5.21 KB
Breadcrumbs
allthingslinux
/
package.json
Copy path
File metadata and controls
130 lines (130 loc) · 5.21 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name"
:
"
allthingslinux
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"packageManager"
:
"
pnpm@10.17.0
"
,
"engines"
: {
"node"
:
"
>=22.14.0
"
,
"pnpm"
:
"
>=8.0.0
"
},
"scripts"
: {
"dev"
:
"
next dev
"
,
"dev:turbo"
:
"
next dev --turbo
"
,
"dev:all"
:
"
concurrently
\"
pnpm:dev
\"
\"
pnpm:wrangler
\"
\"
pnpm:trigger
\"
"
,
"wrangler"
:
"
pnpm run build:opennext && pnpm exec wrangler dev --env local
"
,
"trigger"
:
"
npx trigger.dev@latest dev
"
,
"build"
:
"
next build
"
,
"build:all"
:
"
pnpm run build:opennext
"
,
"build:opennext"
:
"
WRANGLER_BUILD_PLATFORM=node pnpm exec opennextjs-cloudflare build
"
,
"build:opennext:profile"
:
"
pnpm exec opennextjs-cloudflare build --noMinify
"
,
"preview"
:
"
opennextjs-cloudflare build && opennextjs-cloudflare preview
"
,
"preview:profile"
:
"
pnpm run build:opennext:profile && opennextjs-cloudflare preview
"
,
"deploy:dev"
:
"
bash -c 'source .env.secrets.dev 2>/dev/null || true; export CLOUDFLARE_API_TOKEN; pnpm run build:all && pnpm exec opennextjs-cloudflare deploy --env dev'
"
,
"deploy:prod"
:
"
bash -c 'source .env.secrets.prod 2>/dev/null || source .env.secrets.dev 2>/dev/null || true; export CLOUDFLARE_API_TOKEN; pnpm run build:all && pnpm exec opennextjs-cloudflare deploy --env prod'
"
,
"deploy"
:
"
pnpm run deploy:prod
"
,
"upload"
:
"
opennextjs-cloudflare build && opennextjs-cloudflare upload
"
,
"preview:local"
:
"
pnpm run build:all && pnpm exec opennextjs-cloudflare preview -- --env local
"
,
"version:upload"
:
"
pnpm run build:all && pnpm exec wrangler versions upload --env dev
"
,
"version:deploy"
:
"
pnpm exec wrangler versions deploy --env dev
"
,
"version:list"
:
"
pnpm exec wrangler versions list --env dev
"
,
"secrets:dev"
:
"
bash .github/scripts/secrets.sh dev
"
,
"secrets:prod"
:
"
bash .github/scripts/secrets.sh prod
"
,
"setup:bindings"
:
"
bash scripts/setup-bindings.sh
"
,
"lint"
:
"
eslint .
"
,
"format"
:
"
prettier --write .
"
,
"check"
:
"
pnpm run check:ts && pnpm run check:format && pnpm run check:mdx
"
,
"test"
:
"
vitest
"
,
"check:ts"
:
"
tsc --noEmit
"
,
"check:format"
:
"
prettier --check .
"
,
"check:mdx"
:
"
remark content/blog/*.mdx --quiet
"
,
"cf:typegen"
:
"
pnpm exec wrangler types --env local --env-interface CloudflareEnv cloudflare-env.d.ts
"
,
"analyze:bundle"
:
"
echo 'After building, check .open-next/server-functions/default/handler.mjs.meta.json with https://esbuild.github.io/analyze/'
"
,
"coc:generate"
:
"
node scripts/generate-code-of-conduct.mjs
"
},
"dependencies"
: {
"@emotion/react"
:
"
^11.14.0
"
,
"@emotion/styled"
:
"
^11.14.1
"
,
"@hookform/resolvers"
:
"
3.9.1
"
,
"@mdx-js/loader"
:
"
^3.1.1
"
,
"@mdx-js/react"
:
"
^3.1.1
"
,
"@mondaydotcomorg/api"
:
"
^11.0.2
"
,
"@next/mdx"
:
"
^15.5.9
"
,
"@next/third-parties"
:
"
^15.5.9
"
,
"@radix-ui/react-accordion"
:
"
^1.2.12
"
,
"@radix-ui/react-avatar"
:
"
^1.1.11
"
,
"@radix-ui/react-dialog"
:
"
^1.1.15
"
,
"@radix-ui/react-icons"
:
"
^1.3.2
"
,
"@radix-ui/react-label"
:
"
^2.1.8
"
,
"@radix-ui/react-navigation-menu"
:
"
^1.2.14
"
,
"@radix-ui/react-select"
:
"
^2.2.6
"
,
"@radix-ui/react-separator"
:
"
^1.1.8
"
,
"@radix-ui/react-slot"
:
"
^1.2.4
"
,
"@radix-ui/react-tabs"
:
"
^1.1.13
"
,
"@stepperize/react"
:
"
^5.1.9
"
,
"@t3-oss/env-nextjs"
:
"
^0.13.10
"
,
"@tabler/icons-react"
:
"
^3.36.1
"
,
"@tailwindcss/postcss"
:
"
^4.1.18
"
,
"@tailwindcss/typography"
:
"
^0.5.19
"
,
"@trigger.dev/sdk"
:
"
latest
"
,
"class-variance-authority"
:
"
^0.7.1
"
,
"clsx"
:
"
^2.1.1
"
,
"contentlayer2"
:
"
^0.5.8
"
,
"date-fns"
:
"
^4.1.0
"
,
"embla-carousel-auto-scroll"
:
"
^8.6.0
"
,
"embla-carousel-react"
:
"
^8.6.0
"
,
"feed"
:
"
^5.1.0
"
,
"globals"
:
"
^16.5.0
"
,
"graphql"
:
"
^16.12.0
"
,
"graphql-request"
:
"
^7.4.0
"
,
"lucide-react"
:
"
^0.562.0
"
,
"marked"
:
"
^16.4.2
"
,
"next"
:
"
^15.5.9
"
,
"next-contentlayer2"
:
"
^0.5.8
"
,
"node-quickbooks"
:
"
^2.0.47
"
,
"postcss"
:
"
^8.5.6
"
,
"react"
:
"
^19.2.3
"
,
"react-dom"
:
"
^19.2.3
"
,
"react-hook-form"
:
"
^7.69.0
"
,
"react-icons"
:
"
^5.5.0
"
,
"react-markdown"
:
"
^10.1.0
"
,
"rehype-autolink-headings"
:
"
^7.1.0
"
,
"rehype-slug"
:
"
^6.0.0
"
,
"remark-gfm"
:
"
^4.0.1
"
,
"tailwind-merge"
:
"
^3.4.0
"
,
"tailwindcss-animate"
:
"
^1.0.7
"
,
"trigger.dev"
:
"
^4.3.1
"
,
"typescript"
:
"
^5.9.3
"
,
"zod"
:
"
^4.3.4
"
},
"devDependencies"
: {
"@cloudflare/vitest-pool-workers"
:
"
^0.11.1
"
,
"@cloudflare/workers-types"
:
"
^4.20260103.0
"
,
"@eslint/eslintrc"
:
"
^3.3.3
"
,
"@eslint/js"
:
"
^9.39.2
"
,
"@opennextjs/cloudflare"
:
"
^1.14.7
"
,
"@svgr/webpack"
:
"
^8.1.0
"
,
"@types/eslint"
:
"
^9.6.1
"
,
"@types/marked"
:
"
^6.0.0
"
,
"@types/mdx"
:
"
^2.0.13
"
,
"@types/node"
:
"
^24.10.4
"
,
"@types/react"
:
"
^19.2.7
"
,
"@types/react-dom"
:
"
^19.2.3
"
,
"@types/webpack"
:
"
^5.28.5
"
,
"@typescript-eslint/eslint-plugin"
:
"
^8.51.0
"
,
"@typescript-eslint/parser"
:
"
^8.51.0
"
,
"concurrently"
:
"
^9.2.1
"
,
"dotenv"
:
"
^17.0.0
"
,
"eslint-config-next"
:
"
^15.5.9
"
,
"eslint-config-prettier"
:
"
^10.1.8
"
,
"eslint-plugin-mdx"
:
"
^3.6.2
"
,
"eslint-plugin-prettier"
:
"
^5.5.4
"
,
"open"
:
"
^10.2.0
"
,
"prettier-eslint"
:
"
^16.4.2
"
,
"remark-cli"
:
"
^12.0.1
"
,
"tailwindcss"
:
"
^4.1.18
"
,
"ts-node"
:
"
^10.9.2
"
,
"typescript-eslint"
:
"
^8.51.0
"
,
"vitest"
:
"
^3.2.4
"
,
"wrangler"
:
"
^4.54.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL