-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-query-devtools": "^5.51.9",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.7",
"axios": "^1.7.2",
"cookie": "^0.6.0",
"cookies-next": "^4.2.1",
"date-fns": "^3.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"framer-motion": "^11.3.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "14.2.4",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"swiper": "^11.1.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/cookie": "^0.6.0",
"@types/node": "^20",
"@types/postcss-modules-local-by-default": "^4.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.3.2",
"sass": "^1.69.5",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"typescript": "^5",
"typescript-eslint": "^7.7.1",
"typescript-plugin-css-modules": "^5.1.0"
}
}