-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 KB
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
{
"name": "codex-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.2",
"@prisma/client": "^4.12.0",
"axios": "^1.3.2",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-alice-carousel": "^2.7.0",
"react-calendar": "^4.0.0",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"sharp": "^0.32.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-components.macro": "^1.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "18.0.10",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.37.0",
"eslint-config-next": "13.1.2",
"postcss": "^8.4.38",
"prettier": "2.8.4",
"tailwindcss": "^3.4.3",
"typescript": "4.9.4"
}
}