-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) 路 1.18 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) 路 1.18 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
51
{
"name": "portfolio",
"version": "0.1.2",
"private": true,
"description": "Creating a new portfolio with AI chatbot integration.",
"keywords": [
"portfolio",
"typescript",
"AI",
"vue",
"vite",
"vercel."
],
"repository": {
"type": "git",
"url": "https://github.com/felipe-sbm/portfolio"
},
"license": "MIT",
"author": "Felipe SBM",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"dev:bun": "bun --bun vite",
"build": "vue-tsc -b && vite build",
"build:bun": "bun --bun vue-tsc -b && bun --bun vite build",
"preview": "vite preview"
},
"dependencies": {
"firebase": "^12.6.0",
"gray-matter": "^4.0.3",
"groq-sdk": "^0.37.0",
"lucide": "^0.525.0",
"lucide-vue-next": "^0.511.0",
"markdown-it": "^14.1.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/bun": "^1.2.19",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.13",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/runtime-core": "^3.5.14",
"@vue/tsconfig": "^0.7.0",
"sass": "^1.89.0",
"typescript": "~5.7.2",
"vite": "^6.3.5",
"vue-tsc": "^2.2.4"
}
}