-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "playjava",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@discordjs/rest": "^2.4.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@prisma/client": "^6.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"discord-api-types": "^0.37.114",
"monaco-editor": "^0.52.0",
"next": "14.2.15",
"next-auth": "^5.0.0-beta.25",
"nextjs-toploader": "^3.7.15",
"primeicons": "^7.0.0",
"primereact": "^10.8.5",
"quill": "^2.0.3",
"react": "^18",
"react-dom": "^18",
"react-monaco-editor": "^0.56.2",
"react-toastify": "^10.0.6",
"tui-auto-complete": "^2.1.6",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.0.0",
"tailwindcss": "^3.4.15",
"typescript": "^5"
}
}