-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "jumo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.1",
"@mui/material-nextjs": "^5.16.1",
"@next/third-parties": "^14.2.5",
"@sentry/nextjs": "^8.26.0",
"@tanstack/react-query": "^5.51.3",
"@types/lodash": "^4.17.7",
"@types/lodash.debounce": "^4.0.9",
"axios": "^1.3.4",
"embla-carousel-react": "^8.1.6",
"http-proxy-middleware": "^3.0.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "14.2.4",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}