-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "sentra",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon server.js\"",
"server": "node server.js",
"client": "vite",
"build": "chmod +x node_modules/.bin/vite && vite build",
"preview": "vite preview",
"start": "node server.js",
"gen-icons": "node scripts/gen-icons.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Davuddevelop/Sentra.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Davuddevelop/Sentra/issues"
},
"homepage": "https://github.com/Davuddevelop/Sentra#readme",
"devDependencies": {
"concurrently": "^9.2.1",
"nodemon": "^3.1.14",
"sharp": "^0.34.5",
"vite": "^8.0.8"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.90.0",
"@libsql/client": "^0.14.0",
"@studio-freight/lenis": "^1.0.42",
"bcrypt": "^6.0.0",
"chart.js": "^4.5.1",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.4.1",
"gsap": "^3.15.0",
"jsonwebtoken": "^9.0.3",
"qrcode": "^1.5.4",
"stripe": "^14.25.0"
}
}