-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 883 Bytes
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
{
"name": "autodoc-ai",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"prepare": "husky"
},
"dependencies": {
"@supabase/supabase-js": "^2.108.2",
"axios": "^1.17.0",
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dompurify": "^3.4.8",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"github-markdown-css": "^5.9.0",
"jsonwebtoken": "^9.0.3",
"marked": "^18.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.17.0"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@vitejs/plugin-react": "^4.3.1",
"husky": "^9.1.7",
"nodemon": "^3.1.14",
"vite": "^5.3.1",
"vitest": "^4.1.8"
}
}