-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) Β· 4.67 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
149
150
151
152
153
154
155
156
157
158
{
"name": "xeo-editor",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "nx affected:build --all",
"test": "nx affected:test --all",
"lint": "nx affected:lint --all",
"generate-graphql:client": "graphql-codegen --config apps/client/codegen.yml"
},
"prisma": {
"schema": "prisma/xeo.prisma"
},
"private": true,
"dependencies": {
"@apollo/client": "3.5.9",
"@apollo/react-hooks": "4.0.0",
"@headlessui/react": "1.5.0",
"@heroicons/react": "1.0.5",
"@nestjs/apollo": "^10.0.5",
"@nestjs/common": "8.3.1",
"@nestjs/config": "1.2.0",
"@nestjs/core": "8.3.1",
"@nestjs/graphql": "10.0.5",
"@nestjs/jwt": "8.0.0",
"@nestjs/passport": "8.2.1",
"@nestjs/platform-express": "8.3.1",
"@nestjs/typeorm": "8.0.3",
"@next-auth/prisma-adapter": "^1.0.1",
"@notionhq/client": "1.0.0",
"@prisma/client": "^3.10.0",
"@types/d3": "7.1.0",
"@types/d3-force": "3.0.3",
"@types/uuid": "8.3.4",
"@xeo-labs/ui": "^0.0.1",
"apollo-server-express": "3.6.3",
"bcrypt": "5.0.1",
"classnames": "2.3.1",
"core-js": "3.21.1",
"d3": "7.3.0",
"d3-force": "3.0.0",
"dayjs": "^1.10.7",
"framer-motion": "6.2.8",
"fuse.js": "6.5.3",
"graphql": "16.3.0",
"graphql-type-json": "0.3.2",
"is-hotkey": "0.2.0",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"mockdate": "^3.0.5",
"moment": "^2.29.1",
"next": "12.1.0",
"next-auth": "4.2.1",
"next-pwa": "^5.4.5",
"next-seo": "^5.1.0",
"next-themes": "0.1.1",
"passport": "0.5.2",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"pg": "8.7.3",
"pino": "^7.8.0",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-contenteditable": "3.3.6",
"react-dates": "^21.8.0",
"react-dom": "17.0.2",
"react-ga4": "^1.4.1",
"react-hook-form": "7.27.1",
"react-icons": "4.3.1",
"react-intl": "5.24.6",
"react-loading-skeleton": "^3.0.3",
"react-select": "^5.2.2",
"react-table": "^7.7.0",
"react-toastify": "8.2.0",
"recharts": "^2.1.9",
"reflect-metadata": "0.1.13",
"regenerator-runtime": "0.13.9",
"rxjs": "7.5.4",
"slate": "0.73.0",
"slate-history": "0.66.0",
"slate-react": "0.73.0",
"swr": "1.2.2",
"ts-morph": "13.0.3",
"tslib": "2.3.1",
"typeorm": "0.2.44",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/preset-typescript": "7.16.7",
"@graphql-codegen/add": "3.1.1",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/fragment-matcher": "3.2.1",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@nestjs/schematics": "8.0.7",
"@nestjs/testing": "8.3.1",
"@next/bundle-analyzer": "^12.1.0",
"@nrwl/cli": "13.8.3",
"@nrwl/cypress": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/jest": "13.8.3",
"@nrwl/linter": "13.8.3",
"@nrwl/nest": "13.8.3",
"@nrwl/next": "13.8.3",
"@nrwl/node": "13.8.3",
"@nrwl/nx-cloud": "13.1.5",
"@nrwl/react": "13.8.3",
"@nrwl/storybook": "13.8.3",
"@nrwl/tao": "13.8.3",
"@nrwl/web": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@storybook/addon-essentials": "~6.4.19",
"@storybook/builder-webpack5": "~6.4.19",
"@storybook/manager-webpack5": "~6.4.19",
"@storybook/react": "~6.4.19",
"@svgr/webpack": "6.2.1",
"@tailwindcss/typography": "0.5.2",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@types/bcrypt": "5.0.0",
"@types/graphql": "14.5.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.21",
"@types/passport-jwt": "3.0.6",
"@types/passport-local": "1.0.34",
"@types/react": "17.0.39",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-dates": "^21.8.3",
"@types/react-dom": "17.0.11",
"@types/react-table": "^7.7.9",
"@typescript-eslint/eslint-plugin": "~5.12.1",
"@typescript-eslint/parser": "~5.12.1",
"apollo": "2.33.9",
"autoprefixer": "10.4.2",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"cypress": "9.5.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.5.1",
"postcss": "8.4.7",
"postcss-import": "^14.0.2",
"prettier": "2.5.1",
"prisma": "^3.10.0",
"react-test-renderer": "17.0.2",
"sass": "1.49.9",
"tailwindcss": "3.0.23",
"ts-jest": "27.1.3",
"typescript": "4.5.5"
}
}