-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"name": "travel-finance",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/inevitable-dao/travel-finance",
"author": "Junho Yeo <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@types/react-beautiful-dnd": "^13.1.4",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"emotion-reset": "^3.0.1",
"framer-motion": "^10.16.0",
"jotai": "^2.3.1",
"lucide-react": "^0.268.0",
"next": "^13.4.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-day-picker": "^8.8.1",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"react-toastify": "^9.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.4",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"next-composed-plugins": "^1.0.1",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
}
}