-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 955 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
{
"name": "zealusercontributions",
"version": "3.0.0",
"description": "Zeal User Contributions",
"repository": "[email protected]:xantiagoma/zealusercontributions.git",
"author": "Santiago Montoya <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@mantine/hooks": "^7.12.1",
"@nextui-org/react": "^2.4.6",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.24",
"fuse.js": "^7.0.0",
"json5": "2.2.1",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"parse-domain": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.6.0",
"tailwindcss": "^3.4.9"
},
"devDependencies": {
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
}
}