-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.02 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.02 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
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
{
"name": "nobullfit",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "nodemon --watch server --watch server.ts --exec tsx server.ts",
"dev:app": "npm start --prefix app",
"dev:all": "concurrently -n server,app -c blue,green \"npm run dev\" \"npm run dev:app\"",
"build": "npm run clean && npm run build:client && npm run build:server",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"test": "vitest",
"test:ui": "vitest --ui",
"preview": "vite preview",
"build:client": "vite build --outDir dist/app/client",
"build:server": "tsc -p tsconfig.server.json && vite build --ssr src/entry-server.tsx --outDir dist/entry",
"clean": "rimraf dist",
"serve": "cross-env NODE_ENV=production node ./dist/app/server",
"setup:off-database": "tsx scripts/setup-off-database.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.955.0",
"@aws-sdk/client-ses": "^3.955.0",
"@duckdb/node-api": "1.4.3-r.3",
"@headlessui/react": "^2.2.9",
"@loadable/component": "^5.16.4",
"@tailwindcss/vite": "^4.1.18",
"@tiptap/extension-link": "^3.20.0",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/extension-text-align": "^3.20.0",
"@tiptap/extension-underline": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"googleapis": "^171.4.0",
"jsonwebtoken": "^9.0.2",
"libphonenumber-js": "^1.12.38",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.1",
"puppeteer": "^24.34.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hotkeys-hook": "^5.2.3",
"react-router-dom": "^7.1.3",
"react-swipeable": "^7.0.2",
"recharts": "^3.6.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.18",
"twilio": "^5.12.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/loadable__component": "^5.13.9",
"@types/multer": "^1.4.12",
"@types/node": "^24.3.1",
"@types/pg": "^8.11.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/serve-static": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^5.0.2",
"@vitest/ui": "^3.2.4",
"compression": "^1.7.5",
"concurrently": "^9.2.1",
"cross-env": "^10.0.0",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.20",
"jsdom": "^26.1.0",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"sass": "^1.83.4",
"serve-static": "^2.2.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^7.1.5",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18",
"pnpm": ">=8",
"npm": ">=9"
},
"keywords": [
"Express.js TypeScript SSR",
"Vite SSR Template",
"Server-Side Rendering with Vite and Express",
"TypeScript SSR Framework",
"Vite Express.js Boilerplate",
"Node.js TypeScript Vite Starter",
"Express Vite Server Rendering",
"TypeScript Vite SSR Example",
"Full-Stack JavaScript SSR",
"SEO-Friendly SSR Template",
"Modern Web App SSR Vite",
"Isomorphic JavaScript Vite Express",
"Express.js Vite TypeScript Setup",
"SSR Web Application with TypeScript",
"High-Performance SSR with Vite"
],
"packageManager": "pnpm@10.6.1+sha256.81204845a396962a9c4b49cc2d6cafbb49a758652d3c243f2128cbc638084fe2",
"pnpm": {
"ignoredBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"onlyBuiltDependencies": [
"puppeteer"
]
}
}