-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "bibot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.develop next dev",
"local": "env-cmd -f .env.localhost next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.12",
"@tanstack/react-query": "^4.29.11",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/node": "20.2.6",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/react-slick": "^0.23.10",
"@types/uuid": "^9.0.1",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.8",
"env-cmd": "^10.1.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"formik": "^2.4.0",
"next": "13.4.4",
"next-auth": "^4.22.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.7.11",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react-infinite-scroller": "^1.2.3"
}
}