-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
47
48
49
50
51
52
53
54
{
"name": "meetfolio",
"version": "0.1.0",
"private": true,
"proxy": "https://open-api.kakaopay.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format:fix": "prettier --write --ignore-path .gitignore .",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"lint": "eslint --cache .",
"deploy": "babel src -d lib"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@nextui-org/radio": "^2.1.1",
"@nextui-org/react": "^2.3.6",
"@tailwindcss/forms": "^0.5.7",
"chart.js": "^4.4.3",
"cookie": "^0.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^11.2.10",
"next": "14.1.4",
"prettier": "^3.2.5",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"swiper": "^11.1.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}