-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "wikids-fe",
"version": "0.1.0",
"description": "우리 fis 아카데미 wekids",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/themes": "^3.1.4",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"browser-image-compression": "^2.0.2",
"crypto-js": "^4.2.0",
"next": "15.0.2",
"next-auth": "^5.0.0-beta.25",
"react": "^18.3.1",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-infinite-scroller": "^1.2.6",
"styled-components": "^6.1.13",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^5.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.61.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14"
}
}