-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.02 KB
/
package.json
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
{
"name": "personal-website",
"private": true,
"repository": "https://github.com/mcansh/mcan.sh",
"homepage": "https://mcan.sh",
"author": "Logan McAnsh <logan@mcan.sh> (https://mcan.sh)",
"license": "MIT",
"sideEffects": false,
"type": "module",
"imports": {
"#*": "./*"
},
"scripts": {
"build": "npm run typecheck && react-router build",
"clean": "./scripts/clean.js",
"typecheck": "node ./scripts/cli.js typecheck",
"lint": "node ./scripts/cli.js lint",
"format": "node ./scripts/cli.js format",
"validate": "node ./scripts/cli.js validate",
"prepare": "node ./scripts/prepare.js",
"dev": "cross-env NODE_ENV=development node --watch-path ./server.js ./server.js",
"start": "cross-env NODE_ENV=production node ./server.js",
"start:local": "cross-env NODE_ENV=production node --env-file=./.env ./server.js",
"knip": "knip-bun"
},
"dependencies": {
"@mcansh/http-helmet": "^0.12.0",
"@mcansh/remix-fastify": "^4.0.3",
"@react-router/node": "7.0.2",
"address": "^2.0.3",
"cloudinary-build-url": "^0.2.4",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"etag": "^1.8.1",
"fastify": "^5.1.0",
"fathom-client": "^3.7.2",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"playwright": "^1.49.0",
"pretty-cache-header": "^1.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.0.2",
"react-scan": "^0.0.42",
"remix-utils": "^7.7.0",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@cld-apis/types": "^0.1.6",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@mcansh/vite-plugin-svg-sprite": "^0.5.0",
"@react-router/dev": "7.0.2",
"@tailwindcss/vite": "4.0.0-beta.6",
"@total-typescript/tsconfig": "^1.0.4",
"@types/eslint__js": "^8.42.3",
"@types/etag": "^1.8.3",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript/lib-dom": "npm:@types/web@^0.0.186",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"cross-spawn": "^7.0.6",
"eslint": "^9.16.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"globify-gitignore": "^1.0.3",
"husky": "^9.1.7",
"knip": "^5.39.2",
"lightningcss": "^1.28.2",
"lint-staged": "^15.2.10",
"micromatch": "^4.0.8",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
"tailwindcss": "4.0.0-beta.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-babel": "^1.3.0"
},
"pnpm": {
"overrides": {
"react-router-dom": "$react-router"
}
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}