-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
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
{
"name": "next-lab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.2",
"@google/generative-ai": "^0.14.1",
"@plaiceholder/next": "^3.0.0",
"@types/react-datepicker": "^7.0.0",
"@vercel/postgres": "^0.10.0",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.5.1",
"moment-timezone": "^0.5.46",
"next": "^14.2.15",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-datepicker": "^7.4.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-tailwindcss-datepicker": "^1.7.2",
"sharp": "^0.33.3",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}