-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
177 lines (177 loc) · 5.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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"private": true,
"name": "bottable.io",
"license": "MIT",
"version": "0.0.0",
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "nx build",
"dep-graph": "nx dep-graph",
"docker": "docker-compose --env-file=.env --file=docker/docker-compose.yml up -d",
"docker:down": "docker-compose --env-file=.env --file=docker/docker-compose.yml down",
"e2e": "nx e2e",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"help": "nx help",
"lint": "nx workspace-lint && nx lint",
"nx": "nx",
"prisma:generate": "prisma generate --schema=./apps/server/prisma/schema.prisma",
"prisma:migrate": "prisma migrate dev --preview-feature --schema=./apps/server/prisma/schema.prisma",
"prisma:studio": "prisma studio --schema=./apps/server/prisma/schema.prisma",
"start": "nx serve",
"test": "nx test",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@apollo/client": "^3.3.12",
"@hookform/resolvers": "^1.3.5",
"@prisma/client": "^2.20.1",
"@slack/events-api": "^3.0.0",
"@slack/web-api": "^6.1.0",
"bcryptjs": "^2.4.3",
"bull-board": "^1.4.1",
"bullmq": "^1.14.7",
"connect-redis": "^5.1.0",
"cookie": "^0.4.1",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"diff-match-patch": "^1.0.5",
"document-register-element": "1.13.1",
"express": "4.17.1",
"express-session": "^1.17.1",
"fiber-ui": "^1.0.18",
"formik": "^2.2.6",
"framer-motion": "^3.10.0",
"get-port": "^5.1.1",
"graphql-request": "^3.4.0",
"graphql-shield": "^7.4.4",
"graphql-yoga": "^1.18.3",
"ioredis": "^4.23.0",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"next": "10.0.1",
"nodemailer": "^6.4.17",
"pg": "^8.5.1",
"puppeteer": "^8.0.0",
"react": "17.0.1",
"react-autosuggest": "^10.1.0",
"react-dom": "17.0.1",
"react-frame-component": "^4.1.3",
"react-hook-form": "^6.15.5",
"react-icons": "^4.1.0",
"react-router-dom": "5.2.0",
"react-use": "^17.1.1",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7",
"styled-system": "^5.1.5",
"tslib": "^2.0.0",
"typeface-work-sans": "^1.1.13",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@nrwl/cli": "11.4.0",
"@nrwl/cypress": "11.4.0",
"@nrwl/eslint-plugin-nx": "11.4.0",
"@nrwl/express": "^11.4.0",
"@nrwl/jest": "11.4.0",
"@nrwl/next": "^11.4.0",
"@nrwl/node": "11.4.0",
"@nrwl/react": "^11.4.0",
"@nrwl/tao": "11.4.0",
"@nrwl/web": "11.4.0",
"@nrwl/workspace": "11.4.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "11.1.2",
"@types/bcryptjs": "^2.4.2",
"@types/chrome": "^0.0.133",
"@types/connect-redis": "^0.0.16",
"@types/express": "4.17.0",
"@types/jest": "26.0.8",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "12.12.38",
"@types/nodemailer": "^6.4.0",
"@types/react": "16.9.56",
"@types/react-autosuggest": "^10.1.2",
"@types/react-dom": "16.9.9",
"@types/react-frame-component": "^4.1.1",
"@types/react-router-dom": "5.1.6",
"@types/styled-components": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-jest": "26.2.2",
"babel-plugin-styled-components": "^1.12.0",
"concurrently": "^5.3.0",
"copy-webpack-plugin": "6.2.1",
"customize-cra": "^1.0.0",
"cypress": "^5.5.0",
"dotenv": "6.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.0.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "^4.3.7",
"jest": "26.2.2",
"lint-staged": "^10.5.3",
"node-sass": "4.14.1",
"prettier": "2.1.2",
"prettier-package-json": "^2.1.3",
"prisma": "^2.20.1",
"react-app-rewired": "^2.0",
"react-scripts": "4.0.1",
"stylelint": "^13.8.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-config-yoctol": "^4.0.1",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.0.3",
"webpack-extension-reloader": "^1.1.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --ext=ts,tsx --fix",
"stylelint --config=.stylelintrc --fix",
"prettier --parser typescript --write"
],
"**/*.{css,scss}": [
"stylelint --config=.stylelintrc --syntax scss --fix"
],
"*.json": [
"prettier --write"
],
"package.json": [
"prettier-package-json --write",
"prettier --write"
],
".*rc": [
"prettier --parser json --write"
]
},
"resolutions": {
"graphql": "^15.5.0"
}
}