-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 KB
/
package.json
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
{
"homepage": "https://blackgolyb.github.io",
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=./",
"predeploy": "vite build --base=./",
"deploy": "gh-pages -d dist",
"lint": "biome lint ./",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"ascii-wrapper": "^1.0.0",
"clsx": "^2.1.1",
"figlet": "^1.6.0",
"mdast-util-find-and-replace": "^3.0.1",
"mustache": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.0.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vitest": "^2.0.5"
}
}