-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.37 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
72
73
74
75
76
77
78
79
80
81
{
"name": "ararat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node server.js",
"build": "next build",
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=production bun run server.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@icons-pack/react-simple-icons": "^8.0.1",
"@mantine/carousel": "^6.0.15",
"@mantine/core": "npm:@mantine/core@6.0.15",
"@mantine/core-app": "npm:@mantine/core",
"@mantine/dates": "^6.0.15",
"@mantine/dropzone": "6.0.21",
"@mantine/form": "^6.0.15",
"@mantine/hooks": "^7.4.0",
"@mantine/modals": "^6.0.15",
"@mantine/next": "^6.0.15",
"@mantine/notifications": "^6.0.15",
"@mantine/nprogress": "^6.0.15",
"@mantine/prism": "^6.0.15",
"@mantine/spotlight": "^6.0.15",
"@mantine/tiptap": "^6.0.15",
"@monaco-editor/react": "^4.5.1",
"@tabler/icons-react": "^2.23.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"arraybuffer-isbinary": "^1.0.2",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookies-next": "^2.1.2",
"dayjs": "^1.11.8",
"dotenv": "^16.3.1",
"embla-carousel-react": "^8.0.0-rc07",
"express": "^4.18.2",
"express-http-proxy": "^2.0.0",
"express-ws": "^5.0.2",
"gravatar": "^1.8.2",
"incus": "^1.0.8",
"jose": "^4.14.4",
"js-lxd": "^1.0.8",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"monaco-editor": "^0.40.0",
"mongodb": "^5.6.0",
"next": "13.4.7",
"nookies": "^2.5.2",
"oidc-provider": "^7.14.3",
"openid-client": "^5.4.2",
"path-browserify": "^1.0.1",
"pretty-bytes": "^6.1.0",
"prompts": "^2.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"request": "^2.88.2",
"typescript": "5.1.3",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0",
"xterm-for-react": "^1.0.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/istextorbinary": "^2.3.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/oidc-provider": "^8.2.0",
"@types/request": "^2.48.8",
"@types/ws": "^8.5.5"
}
}