-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 971 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
38
{
"name": "ishfaq-ahmed-portfolio",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"aos": "^2.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-player": "^2.10.0",
"react-router-dom": "^6.3.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.50.0",
"vite": "^2.9.2"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IshfaqAhmedProg/ishfaq-ahmed-portfolio.git"
},
"author": "Ishfaq Ahmed",
"license": "ISC",
"bugs": {
"url": "https://github.com/IshfaqAhmedProg/ishfaq-ahmed-portfolio/issues"
},
"homepage": "https://github.com/IshfaqAhmedProg/ishfaq-ahmed-portfolio#readme",
"description": ""
}