-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "justtype",
"version": "2.22.9",
"description": "Just Type - Minimalist writing app with slates",
"main": "server/index.js",
"scripts": {
"server": "node server/index.js",
"dev": "node server/index.js",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"archiver": "^7.0.1",
"backblaze-b2": "^1.7.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.2.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^8.1.0",
"jszip": "^3.10.1",
"jsonwebtoken": "^9.0.2",
"nanoid": "^3.3.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"resend": "^6.5.2",
"stripe": "^20.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.2.6"
}
}