forked from HackDavis/hackdavis-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hackdavis-judging-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && npx tsc",
"init": "run-script-os",
"init:nix": "node --env-file='.env' \"app/(api)/_utils/mongodb/dbInit.mjs\"",
"init:windows": "node --env-file=\".\\.env\" \".\\app\\(api)\\_utils\\mongodb\\dbInit.mjs\""
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.15",
"@prisma/client": "^5.8.1",
"@szhsin/react-accordion": "^1.2.3",
"@types/mongodb": "^4.0.7",
"@types/react-transition-group": "^4.4.10",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.0.0",
"embla-carousel-wheel-gestures": "^8.0.0-rc05",
"framer-motion": "^11.0.25",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.364.0",
"moment": "^2.30.1",
"mongodb": "^6.3.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-transition-group": "^4.4.5",
"sass": "^1.69.5",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20",
"@types/react": "^18.2.48",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit-a11y": "^1.1.0-next.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^50.0.1",
"postcss": "^8",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.8.1",
"run-script-os": "^1.1.6",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}