-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.35 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "dear-new-year",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.4",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "4.7.1",
"@tanstack/react-query-devtools": "^5.14.0",
"@toss/use-overlay": "^1.3.8",
"@types/axios": "^0.14.0",
"@types/cookies": "^0.7.10",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-cookies": "^0.1.3",
"@types/react-dom": "18.2.7",
"axios": "^1.6.2",
"cookie-parser": "^1.4.6",
"cookies": "^0.8.0",
"cookies-next": "^4.1.0",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^11.2.10",
"html-to-image": "^1.11.11",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"next": "13.4.19",
"next-auth": "^4.24.5",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"react-query": "^3.39.3",
"react-redux": "^9.0.2",
"react-router-dom": "^6.20.1",
"redux": "^5.0.0",
"redux-logger": "^3.0.6",
"typescript": "5.2.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.3.3",
"typescript-plugin-css-modules": "^5.0.1"
}
}