-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "deardream-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.14.0",
"axios": "^1.10.0",
"browser-image-compression": "^2.0.2",
"immer": "^10.1.1",
"next": "^15.3.5",
"react": "^19.0.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^19.0.0",
"react-easy-crop": "^5.4.2",
"react-loading-skeleton": "^3.5.0",
"react-mobile-picker": "^1.1.2",
"react-pdf": "^10.0.1",
"swiper": "^11.2.10",
"zustand": "^5.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"typescript": "^5"
}
}