-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 890 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
32
33
34
35
36
37
{
"name": "serph-portf",
"homepage": ".",
"private": true,
"version": "2024.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hello-pangea/dnd": "^16.5.0",
"@vercel/analytics": "^1.0.1",
"@vitejs/plugin-react": "^4.2.1",
"bootswatch": "^5.2.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-medium-image-zoom": "^5.1.2",
"react-particles": "^2.12.2",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"sass": "^1.71.1",
"scss": "^0.2.4",
"swiper": "^11.0.7"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"dotenv": "^16.0.3",
"prettier": "2.8.0",
"vite": "^5.1.4"
}
}