-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "betflix-rocket",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "yarn install && yarn build && node server.js"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@reduxjs/toolkit": "^1.9.1",
"animate.css": "^4.1.1",
"daisyui": "^2.42.1",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
"emoji-picker-react": "^4.4.9",
"express": "^4.18.2",
"flowbite": "^1.6.3",
"flowbite-react": "0.3.7",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"phaser": "^3.60.0",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.9",
"react-dom": "^18.2.0",
"react-emoji-picker": "^1.0.13",
"react-icons": "^5.0.1",
"react-iframe": "^1.8.4",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.4.4",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-text-mask": "^5.5.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.5.4",
"sort-by": "^0.0.2",
"tailwindcss": "^3.4.1",
"text-mask-addons": "^3.8.0",
"use-immer": "^0.8.1",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"prettier": "2.8.1",
"tailwind-scrollbar": "^2.1.0-preview.0",
"vite": "^3.1.0"
}
}