-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
131 lines (131 loc) · 4.05 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
{
"name": "openmined",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": "12"
},
"main": "dist/apps/firebase-api/main.js",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"analyze": "nx analyze",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"deploy-production": "nx deploy",
"deploy-development": "nx deploy-development",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"dependencies": {
"@chakra-ui/react": "1.1.0",
"@emotion/react": "11.1.4",
"@emotion/styled": "^11.0.0",
"@firebase/rules-unit-testing": "^1.1.6",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@hookform/resolvers": "1.3.1",
"@react-hook/window-scroll": "^1.3.0",
"@sanity/base": "2.1.3",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.0.9",
"@sanity/components": "^2.0.9",
"@sanity/core": "^2.0.9",
"@sanity/default-layout": "2.1.3",
"@sanity/default-login": "^2.0.9",
"@sanity/desk-tool": "2.1.3",
"@sanity/image-url": "^0.140.19",
"@sanity/vision": "^2.0.9",
"@sentry/react": "5.29.2",
"@sentry/tracing": "5.29.2",
"@types/prismjs": "^1.16.2",
"dayjs": "1.9.8",
"dotenv-flow": "^3.2.0",
"firebase": "7.24.0",
"firebase-admin": "^9.3.0",
"firebase-functions": "^3.11.0",
"firebase-tools": "^9.1.0",
"framer-motion": "^2.9.5",
"fuse.js": "6.4.5",
"history": "^5.0.0",
"is-hotkey": "^0.2.0",
"nodemailer": "^6.4.17",
"prismjs": "1.23.0",
"prop-types": "^15.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.2.4",
"react-helmet-async": "^1.0.7",
"react-hook-form": "6.14.0",
"react-image-file-resizer": "^0.3.9",
"react-router-dom": "^6.0.0-beta.0",
"react-simple-maps": "^2.3.0",
"react-tiny-popover": "^6.0.3",
"reactfire": "^2.0.3",
"sanity-plugin-intl-input": "^5.0.3",
"sanity-plugin-media": "^0.4.0",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-react": "^0.59.0",
"use-timer": "^2.0.1",
"yup": "^0.29.3"
},
"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.0.18",
"@nrwl/cypress": "11.0.18",
"@nrwl/eslint-plugin-nx": "11.0.18",
"@nrwl/jest": "11.0.18",
"@nrwl/node": "11.0.18",
"@nrwl/nx-cloud": "10.1.10",
"@nrwl/react": "11.0.18",
"@nrwl/web": "11.0.18",
"@nrwl/workspace": "11.0.18",
"@testing-library/react": "10.4.1",
"@types/jest": "26.0.19",
"@types/node": "12.12.38",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "5.1.7",
"@types/yup": "^0.29.9",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-jest": "26.2.2",
"cypress": "^4.1.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"jest": "26.2.2",
"prettier": "2.1.2",
"source-map-explorer": "^2.5.1",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "~4.0.3"
}
}