-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 858 Bytes
/
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
{
"name": "personal-site",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "node scripts/add-image-urls.mjs && vite",
"build": "node scripts/add-image-urls.mjs && vite build",
"preview": "node scripts/add-image-urls.mjs && vite preview"
},
"dependencies": {
"devicon": "^2.16.0",
"embla-carousel-react": "^7.0.1",
"focus-trap-react": "^9.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.12.0",
"react-medium-image-zoom": "^5.0.2",
"react-scroll": "^1.8.7"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.5",
"vite": "^2.9.9"
}
}