-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 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
{
"name": "harmony-beauty",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --host localhost",
"build": "vite build",
"preview": "vite preview --port 3000 --host localhost"
},
"dependencies": {
"@alan-ai/alan-sdk-web": "^1.8.43",
"@popperjs/core": "^2.11.6",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-icomoon": "^2.5.7",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-slick": "^0.29.0",
"redux-thunk": "^2.4.2",
"sweetalert2": "^11.7.3",
"sweetalert2-react-content": "^5.0.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.59.3",
"vite": "^4.2.0"
}
}