forked from tutorbookapp/tutorbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
175 lines (175 loc) · 5.31 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
{
"private": true,
"name": "tutorbook",
"description": "Web app connecting students with expert mentors and tutors.",
"version": "0.41.9",
"author": "Nicholas Chiang <[email protected]>",
"homepage": "https://tutorbook.org/",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"stop:sb": "docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase stop",
"start:sb": "docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up --detach",
"start:cy": "percy exec -- cypress run",
"start": "next start -p 3000",
"dev:cy": "cross-env NODE_ENV=development PERCY_BRANCH=local percy exec -- cypress open",
"dev": "next dev -p 3000",
"seed": "node scripts/seed.js",
"clean": "node scripts/clean.js",
"build": "next build",
"build:functions": "cd firebase/functions && tsc",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint",
"style": "pretty-quick --staged",
"db": "psql -h 0.0.0.0 -U postgres -W",
"db:setup": "yarn db -f db/reset.pgsql -f db/rrule.pgsql -f db/setup.pgsql -f db/hours.pgsql -f db/analytics.pgsql"
},
"workspaces": [
"firebase/functions"
],
"keywords": [
"Tutorbook",
"COVID-19",
"Tutoring",
"Typescript",
"Next.js",
"Sass"
],
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorbookapp/tutorbook.git"
},
"bugs": {
"url": "https://github.com/tutorbookapp/tutorbook/issues"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.12",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@percy/agent": "^0.28.6",
"@percy/cypress": "^3.1.1",
"@types/accept-language-parser": "^1.5.3",
"@types/analytics-node": "^3.1.7",
"@types/cookie": "^0.4.1",
"@types/node": "^16.11.19",
"@types/nprogress": "^0.2.0",
"@types/phone": "^2.4.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/rfdc": "^1.2.0",
"@types/sharp": "^0.29.5",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-recharts": "^2.0.0",
"bottleneck": "^2.19.5",
"cli-progress": "^3.9.1",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"csv": "^5.5.3",
"cypress": "^9.2.0",
"cypress-file-upload": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-next": "^11.1.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"firebase-tools": "^10.0.1",
"husky": "^7.0.4",
"istanbul-lib-coverage": "^3.2.0",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"prompt-sync": "^4.2.0",
"release": "^6.3.0",
"source-map-support": "^0.5.21",
"supabase": "^0.5.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"wait-on": "^6.0.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"dependencies": {
"@algolia/client-search": "^4.11.0",
"@juggle/resize-observer": "^3.3.1",
"@material/menu-surface": "^5.1.0",
"@rmwc/button": "^6.1.4",
"@rmwc/checkbox": "^6.1.4",
"@rmwc/chip": "^6.1.4",
"@rmwc/data-table": "^6.1.4",
"@rmwc/dialog": "^6.1.4",
"@rmwc/fab": "^6.1.4",
"@rmwc/formfield": "^6.1.4",
"@rmwc/grid": "^6.1.4",
"@rmwc/icon": "^6.1.4",
"@rmwc/icon-button": "^6.1.4",
"@rmwc/list": "^6.1.4",
"@rmwc/menu": "^6.1.4",
"@rmwc/radio": "^6.1.4",
"@rmwc/ripple": "^6.1.4",
"@rmwc/select": "^6.1.4",
"@rmwc/snackbar": "^6.1.4",
"@rmwc/switch": "^6.1.4",
"@rmwc/tabs": "^6.1.4",
"@rmwc/textfield": "^6.1.4",
"@rmwc/tooltip": "^6.1.4",
"@segment/analytics.js-core": "^4.1.11",
"@supabase/supabase-js": "^1.29.1",
"accept-language-parser": "^1.5.0",
"algoliasearch": "^4.11.0",
"analytics-node": "^6.0.0",
"await-to-js": "^3.0.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"csv-stringify": "^5.6.5",
"dequal": "^2.0.2",
"dotenv": "^10.0.0",
"firebase": "^8.10.0",
"firebase-admin": "^10.0.1",
"firebase-functions": "^3.16.0",
"nanoid": "^3.1.30",
"next": "^12.0.7",
"next-translate": "^0.17.3",
"nprogress": "^0.2.0",
"password-generator": "^2.3.2",
"phone": "^3.1.11",
"postmark": "^2.8.1",
"prop-types": "^15.8.0",
"re-resizable": "^6.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-merge-refs": "^1.1.0",
"react-rnd": "10.2.1",
"react-spring": "^8.0.27",
"react-use-measure": "^2.1.1",
"recharts": "^2.0.8",
"rfdc": "^1.3.0",
"rrule": "^2.6.8",
"sass": "^1.45.2",
"sharp": "^0.29.3",
"smartcrop-sharp": "^2.0.4",
"swr": "^1.1.2",
"timeago-react": "^3.0.4",
"url": "^0.11.0",
"uuid": "^8.3.2",
"vanilla-tilt": "^1.7.2",
"winston": "^3.3.3"
},
"browser": {
"firebase-admin": false
},
"packageManager": "[email protected]"
}