-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
57
58
59
60
{
"name": "ddfs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rimraf public/robots.txt public/sitemap*.xml & next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"sitemapbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"test": "vitest --globals --ui"
},
"dependencies": {
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-query-devtools": "^5.14.5",
"axios": "^1.6.4",
"bcrypt": "^5.1.1",
"date-fns": "^3.1.0",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-router-mock": "^0.9.12",
"react": "^18",
"react-datepicker": "^4.25.0",
"react-dom": "^18",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"swagger-ui-react": "^5.11.1",
"tailwind-scrollbar-hide": "^1.1.7",
"vite": "^5.0.12"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^14.1.2",
"@types/bcrypt": "^5",
"@types/jest": "^29.5.11",
"@types/lodash": "^4",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.2.2",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"jsdom": "^24.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"packageManager": "yarn@4.0.2"
}