-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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": "portfolio-for-software-developer",
"homepage": "https://arjun-regmi-chhetri.github.io/portfolio-for-software-developer/",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite ",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.6",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.3.8",
"ityped": "^1.0.3",
"mailtrap": "^4.4.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.11.0",
"react-scroll": "^1.9.3",
"react-toastify": "^11.0.5",
"type-js": "^1.0.0",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"gh-pages": "^6.3.0",
"vite": "^7.3.0"
}
}