-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 3.85 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
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
131
{
"name": "arpitdalal-dev-256c",
"private": true,
"sideEffects": false,
"type": "module",
"imports": {
"#app/*": "./app/*",
"#types/*": "./types/*"
},
"author": {
"name": "Arpit Dalal",
"email": "[email protected]",
"url": "https://arpitdalal.dev"
},
"epic-stack": {
"head": "d3a6dcca8795288e26bcdc99cd0e9be4a0d6d033",
"date": "2025-02-02T01:04:37Z"
},
"scripts": {
"build": "run-s build:*",
"build:icons": "tsx ./other/build-icons.ts",
"build:react-router": "react-router build",
"build:server": "tsx ./other/build-server.ts",
"predev": "npm run build:icons --silent",
"dev": "cross-env NODE_ENV=development node ./server/dev-server.js",
"format": "prettier --write .",
"lint": "eslint .",
"start": "cross-env NODE_ENV=production node .",
"typecheck": "react-router typegen && tsc",
"validate": "run-p lint typecheck"
},
"eslintIgnore": [
"/node_modules",
"/build",
"/public/build",
"/server-build"
],
"prettier": "@epic-web/config/prettier",
"dependencies": {
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@date-fns/tz": "^1.2.0",
"@epic-web/client-hints": "^1.3.5",
"@epic-web/invariant": "^1.0.0",
"@nasa-gcn/remix-seo": "^2.0.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@react-router/express": "^7.2.0",
"@react-router/node": "^7.2.0",
"@reactuses/core": "^6.0.1",
"@sentry/profiling-node": "^9.1.0",
"@sentry/react": "^9.1.0",
"@tailwindcss/postcss": "^4.0.7",
"@tailwindcss/typography": "^0.5.16",
"address": "^2.0.3",
"chalk": "^5.4.1",
"class-variance-authority": "^0.7.1",
"close-with-grace": "^2.2.0",
"clsx": "^2.1.1",
"compression": "^1.8.0",
"cookie": "^1.0.2",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"execa": "^9.5.2",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"get-port": "^7.1.0",
"glob": "^11.0.1",
"helmet": "^8.0.0",
"intl-parse-accept-language": "^1.0.0",
"isbot": "^5.1.23",
"mini-svg-data-uri": "^1.4.4",
"morgan": "^1.10.0",
"motion": "^12.4.5",
"nodemailer": "^6.10.0",
"posthog-js": "^1.219.6",
"react": "^19.0.0",
"react-chrome-dino-ts": "^0.1.2",
"react-dom": "^19.0.0",
"react-router": "^7.2.0",
"remix-utils": "^8.1.0",
"source-map-support": "^0.5.21",
"spin-delay": "^2.0.1",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.7",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^4.0.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@epic-web/config": "^1.17.0",
"@react-router/dev": "^7.2.0",
"@react-router/remix-routes-option-adapter": "^7.2.0",
"@react-router/serve": "^7.2.0",
"@remix-run/eslint-config": "2.15.3",
"@sentry/vite-plugin": "^3.2.0",
"@sly-cli/sly": "^1.14.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/compression": "^1.7.5",
"@types/eslint": "^9.6.1",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/morgan": "^1.9.9",
"@types/node": "^22.13.4",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/source-map-support": "^0.5.10",
"@vitejs/plugin-react": "^4.3.4",
"esbuild": "^0.25.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-30d8a17-20250209",
"fs-extra": "^11.3.0",
"node-html-parser": "^7.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"remix-flat-routes": "^0.8.5",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-env-only": "^3.0.3"
},
"engines": {
"node": "22"
}
}