-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.56 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
{
"name": "couple",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@nestjs/common": "^10.3.9",
"@reduxjs/toolkit": "^1.9.7",
"@tippyjs/react": "^4.2.6",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"intersection-observer": "^0.12.2",
"keen-slider": "^6.8.6",
"moment-timezone": "^0.5.45",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-images": "^1.8.5",
"qs": "^6.12.1",
"react": "^18",
"react-archer": "^4.4.0",
"react-dom": "^18",
"react-query": "^3.39.3",
"react-redux": "^8.1.3",
"sass": "^1.77.2",
"sharp": "^0.33.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
}
}