forked from EddieHubCommunity/RepoRater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 797 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
{
"name": "repo-rater4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@tailwindcss/forms": "^0.5.7",
"@vercel/analytics": "^1.1.1",
"appwrite": "^13.0.1",
"badge-maker": "^3.3.1",
"javascript-time-ago": "^2.5.9",
"next": "14.0.4",
"node-appwrite": "^11.1.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"autoprefixer": "^10.0.1",
"daisyui": "^4.4.24",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}