-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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": "daily-goals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,html,css}\""
},
"dependencies": {
"@aws-sdk/client-s3": "^3.295.0",
"@aws-sdk/s3-request-presigner": "^3.295.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@types/node": "^20.3.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vercel/analytics": "^1.0.1",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"google-spreadsheet": "^3.3.0",
"mongoose": "^7.0.2",
"multer": "^1.4.5-lts.1",
"next": "^13.5.6",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-swipeable": "^7.0.1",
"typescript": "^5.0.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/google-spreadsheet": "^3.3.1",
"@types/multer": "^1.4.11",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.2.4"
}
}