-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "share-job-post",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.15",
"@next/font": "^13.1.5",
"@upstash/redis": "^1.20.0",
"@vercel/analytics": "^0.1.8",
"ai": "^2.2.12",
"clsx": "^1.2.1",
"eventsource-parser": "^0.1.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-rough-notation": "^1.0.3",
"replicate": "^0.17.0"
},
"devDependencies": {
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.18",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.2.4",
"typescript": "5.2.2"
}
}