-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "spectracleanse",
"version": "1.0.0",
"description": "SpectraCleanse AI",
"main": "server.js",
"engines": {
"node": ">=18 <23"
},
"scripts": {
"start": "node server.js",
"dev:backend": "node --watch server.js",
"dev:frontend": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tokenizer/http": "^0.9.2",
"@tokenizer/range": "^0.13.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^9.6.0",
"browser-id3-writer": "4.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"exiftool-vendored": "^28.3.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.390.0",
"multer": "^2.0.0",
"music-metadata": "^11.12.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stripe": "^16.2.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^4.5.14"
},
"license": "MIT"
}