-
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) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 957 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": "kmk-portfolio",
"version": "0.1.1",
"private": true,
"type": "module",
"author": "Krishna Murari Kashyap",
"homepage": "https://KrishKash.github.io",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"emailjs-com": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.20.0",
"react-router-hash-link": "^2.4.3",
"slick-carousel": "^1.8.1",
"validator": "^13.7.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"gh-pages": "^4.0.0",
"vite": "^5.0.8"
}
}