-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 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
{
"name": "cv",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"check": "astro check"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ai-sdk/groq": "^3.0.24",
"@ai-sdk/mistral": "^3.0.20",
"@ai-sdk/react": "^3.0.99",
"@astrojs/react": "^4.4.2",
"@astrojs/vercel": "^9.0.4",
"ai": "^6.0.97",
"date-fns": "^4.1.0",
"js-yaml": "^4.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"showdown": "^2.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/showdown": "^2.0.6",
"astro": "^5.1.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.8.3"
}
}