-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "rdamn",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildDocs": "npx typedoc"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@aws-sdk/client-ec2": "^3.54.0",
"@aws-sdk/client-ecs": "^3.54.0",
"@aws-sdk/client-s3": "^3.54.0",
"@aws-sdk/s3-request-presigner": "^3.54.0",
"@headlessui/react": "^1.5.0",
"@monaco-editor/react": "^4.3.1",
"@szhsin/react-menu": "^3.0.0",
"ajv": "^8.10.0",
"daisyui": "^2.8.0",
"file-extension-icon-js": "^1.1.3",
"ioredis": "^4.28.5",
"monaco-editor": "^0.33.0",
"mongoose": "^6.2.6",
"nanoid": "^3.3.1",
"next": "^12.1.0",
"nextjs-progressbar": "^0.0.14",
"node-abort-controller": "^3.0.1",
"object-path": "^0.11.8",
"object-path-immutable": "^4.1.2",
"random-word-slugs": "^0.1.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-reflex": "^4.0.6",
"react-use-websocket": "^3.0.0",
"reconnecting-websocket": "^4.4.0",
"swr": "^1.2.2",
"tailwind-scrollbar-hide": "^1.1.7",
"thenby": "^1.3.4",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.5.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@types/ioredis": "^4.28.8",
"@types/node": "^17.0.21",
"@types/object-path": "^0.11.1",
"@types/react": "^17.0.40",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"import-sort-style-module": "^6.0.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"prettier-plugin-import-sort": "^0.0.7",
"tailwindcss": "^3.0.23",
"typedoc": "^0.22.13",
"typedoc-theme-hierarchy": "^1.0.14",
"typescript": "^4.6.2"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
}
}