-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
40
41
{
"name": "online-shop",
"private": true,
"version": "1.0.0",
"description": "Online-shop with plants",
"type": "module",
"author": "Wiktoria Dobrzewinska",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-query-firebase/firestore": "^1.0.0-dev.7",
"@reduxjs/toolkit": "^1.9.1",
"@stripe/stripe-js": "^1.46.0",
"axios": "^1.2.3",
"bootstrap": "^5.2.3",
"firebase": "^9.15.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.1",
"react-icons": "^4.7.1",
"react-phone-number-input": "^3.2.16",
"react-qty-picker": "^1.0.6",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"react-spinners": "^0.13.7",
"react-table": "^7.8.0",
"react-toastify": "^9.1.1",
"sass": "^1.57.1",
"stripe": "^11.6.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}