-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 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
{
"browser": {
"fs": false,
"path": false,
"os": false
},
"name": "twm-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@ts-stack/markdown": "^1.5.0",
"@types/lossless-json": "^1.0.3",
"@types/mysql": "^2.15.23",
"98.css": "^0.1.20",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.18",
"js-cookie": "^3.0.5",
"json-bigint": "^1.0.0",
"json-with-bigint": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"lossless-json": "^3.0.0",
"mongodb": "^6.3.0",
"mssql": "^10.0.1",
"mysql": "^2.18.1",
"mysql2": "^3.6.2",
"net": "^1.0.2",
"next": "14.0.1",
"next-auth": "^4.24.4",
"node-wav-player": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-markdown": "^9.0.1",
"remark-breaks": "^4.0.0",
"sequelize": "^6.33.0",
"tls": "^0.0.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}