-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) Β· 1.05 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": "carrot",
"version": "0.1.0",
"packageManager": "yarn@3.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"deploy": "vercel"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.72.0",
"@aws-sdk/s3-request-presigner": "^3.72.0",
"axios": "^0.26.1",
"classcat": "^5.0.3",
"cookies-next": "^2.0.4",
"daisyui": "^2.13.6",
"date-fns": "^2.28.0",
"framer-motion": "^6.2.10",
"immer": "^9.0.12",
"jose": "^4.6.1",
"js-sha512": "^0.8.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"use-async-effect": "^2.2.5"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.0",
"vercel": "^24.0.1"
}
}