-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "makeup-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "3.620.0",
"@aws-sdk/lib-storage": "3.620.0",
"@googleapis/calendar": "9.7.6",
"@headlessui/react": "2.1.2",
"aws-sdk": "2.1664.0",
"clsx": "2.1.1",
"googleapis": "140.0.1",
"next": "14.2.5",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-swipeable-list": "1.9.3",
"sonner": "1.5.0",
"tailwind-merge": "2.4.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.10.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.35.0",
"postcss": "8.4.40",
"tailwindcss": "3.4.7",
"typescript": "5.5.4"
}
}