-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "noxhub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devp": "next dev --hostname 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/themes": "^2.0.0",
"@tinymce/tinymce-react": "^4.3.0",
"bottleneck": "^2.19.5",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.3.1",
"html-react-parser": "^4.2.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mysql2": "^3.6.1",
"next": "13.5.4",
"next-auth": "^4.23.2",
"node-cache": "^5.1.2",
"nookies": "^2.5.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-moment": "^1.1.3",
"react-query": "^3.39.3",
"tinymce": "^6.7.0"
},
"devDependencies": {
"@types/formidable": "^3.4.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"sass": "^1.69.0",
"typescript": "^5"
}
}