-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.43 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "aelp-app",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.4.17",
"@devbookhq/splitter": "^1.3.2",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.5",
"@monaco-editor/react": "^4.3.1",
"@nestjs/apollo": "^10.0.2",
"@nestjs/common": "^8.2.2",
"@nestjs/config": "^1.1.0",
"@nestjs/core": "^8.2.2",
"@nestjs/graphql": "^10.0.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.0.1",
"@nestjs/platform-express": "^8.2.2",
"@nrwl/next": "^13.10.4",
"@prisma/client": "^3.11.0",
"@radix-ui/react-checkbox": "^0.1.4",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-tabs": "^0.1.4",
"@radix-ui/react-toggle": "^0.1.3",
"@radix-ui/react-toggle-group": "^0.1.1",
"@radix-ui/react-toolbar": "^0.1.4",
"@tldraw/core": "^1.8.0",
"@tldraw/tldraw": "^1.11.1",
"@types/tailwindcss": "^2.2.4",
"@uiw/react-markdown-preview": "^3.5.1",
"@uiw/react-md-editor": "^3.9.6",
"apollo-server-errors": "^3.3.1",
"apollo-server-express": "^3.5.0",
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
"cache-manager": "^3.6.0",
"class-transformer": "^0.5.1",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"dayzed": "^3.2.2",
"express": "^4.18.1",
"google-auth-library": "^7.10.2",
"graphql": "^15.0.1",
"graphql-anywhere": "^4.2.7",
"graphql-fields": "^2.0.3",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^13.0.0",
"graphql-ws": "^5.5.5",
"joi": "^17.6.0",
"joi-class-decorators": "^1.0.4",
"markdown-draft-js": "^2.4.0",
"mobx": "^6.4.2",
"moment": "^2.29.1",
"monaco": "^1.201704190613.0",
"monaco-editor": "^0.32.1",
"nestjs-joi": "^1.6.0",
"next": "12.1.1",
"next-compose-plugins": "^2.2.1",
"next-remove-imports": "^1.0.6",
"next-transpile-modules": "^9.0.0",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"prisma": "^3.11.0",
"prisma-nestjs-graphql": "^14.6.0",
"randomstring": "^1.2.1",
"react": "17.0.2",
"react-content-loader": "^6.1.0",
"react-dom": "17.0.2",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.22.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"react-shimmer": "^3.1.3",
"react-spinners": "^0.11.0",
"react-toastify": "^8.2.0",
"react-use": "^17.3.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.8",
"rehype-katex": "^6.0.2",
"rehype-mermaid": "^0.1.5",
"rehype-sanitize": "^5.0.1",
"rxjs": "^7.1.0",
"sharp": "^0.30.1",
"tslib": "^2.0.0",
"unique-username-generator": "^1.0.1",
"uuid": "^8.3.2",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"@nrwl/cli": "^13.2.3",
"@nrwl/cypress": "13.0.1",
"@nrwl/eslint-plugin-nx": "^13.8.3",
"@nrwl/jest": "12.10.0",
"@nrwl/linter": "^13.8.3",
"@nrwl/nest": "^13.1.2",
"@nrwl/node": "^13.2.3",
"@nrwl/nx-cloud": "^13.0.2",
"@nrwl/react": "^13.2.3",
"@nrwl/tao": "^13.2.3",
"@nrwl/web": "13.0.1",
"@nrwl/workspace": "^13.2.3",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/bcrypt": "^5.0.0",
"@types/cache-manager": "^3",
"@types/express": "^4.17.13",
"@types/jest": "27.0.2",
"@types/markdown-draft-js": "^2",
"@types/node": "14.14.33",
"@types/passport": "^0",
"@types/passport-jwt": "^3.0.6",
"@types/randomstring": "^1",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/sharp": "^0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"apollo": "^2.33.9",
"autoprefixer": "latest",
"babel-jest": "27.2.3",
"cypress": "^8.3.0",
"dotenv": "^14.3.2",
"eslint": "^8.10.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.2.3",
"postcss": "latest",
"prettier": "^2.3.1",
"react-test-renderer": "17.0.2",
"sass": "1.43.2",
"tailwindcss": "^3.0.0",
"ts-jest": "27.0.5",
"typescript": "~4.3.5"
}
}