-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1006 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
39
{
"homepage": "https://simarjot0032.github.io/dizaino-world",
"name": "site",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"aos": "^2.3.4",
"firebase": "^10.10.0",
"image-slider-react": "^1.0.6",
"lightbox.js-react": "^1.0.0",
"lightgallery": "^2.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.2",
"react-simple-image-slider": "^2.4.1",
"uuid": "^9.0.1",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^3.1.0",
"gh-pages": "^6.1.1",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}