-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
173 lines (173 loc) · 6.75 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
{
"name": "deep",
"version": "2.0.0",
"description": "Deep",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"get-hostname": "ip route | awk '/default/ { print $3 }'",
"replace-localhost": "awk \"{sub(/localhost/, \\\"$(yarn -s get-hostname)\\\")}1\"",
"generate": "GRAPHQL_CODEGEN_ENDPOINT=$(echo $GRAPHQL_CODEGEN_ENDPOINT | yarn -s replace-localhost) graphql-codegen --config codegen.yml",
"lint": "eslint ./app --report-unused-disable-directives",
"typecheck": "tsc",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"start": "webpack serve --mode=development",
"initialize": "mkdir -p generated && yes n | cp -i type.template.tsx generated/types.tsx 2>/dev/null",
"prelint": "yarn initialize",
"check-unused": "unimported",
"pretypecheck": "yarn initialize",
"prebuild": "yarn initialize",
"prestart": "yarn initialize"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/the-deep/client.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-deep/client/issues"
},
"homepage": "https://github.com/the-deep/client#readme",
"dependencies": {
"@apollo/client": "^3.5.7",
"@babel/runtime": "^7.11.2",
"@dnd-kit/core": "^4.0.3",
"@dnd-kit/modifiers": "^4.0.0",
"@dnd-kit/sortable": "^5.1.0",
"@dnd-kit/utilities": "^3.0.2",
"@hcaptcha/react-hcaptcha": "^0.3.6",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@sentry/react": "^6.16.0",
"@sentry/tracing": "^6.16.0",
"@the-deep/deep-ui": "2.0.7-beta.2",
"@the-deep/reporting-module-components": "1.1.0-beta.11",
"@togglecorp/fujs": "^2.0.0",
"@togglecorp/re-map": "^0.1.3",
"@togglecorp/toggle-form": "^1.2.2-beta.2",
"@togglecorp/toggle-request": "^0.0.2",
"@turf/boolean-valid": "^6.5.0",
"@turf/meta": "^6.5.0",
"@types/geojson": "^7946.0.14",
"@uiw/react-md-editor": "^3.20.5",
"apollo-link": "^1.2.14",
"apollo-link-rest": "^0.9.0",
"apollo-link-retry": "^2.2.16",
"apollo-upload-client": "^17.0.0",
"core-js": "3",
"d3-brush": "^3.0.0",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"graphql": "^16.2.0",
"history": "^4.9.0",
"html2canvas": "^1.4.1",
"immer": "^9.0.5",
"localforage": "^1.10.0",
"mapbox-gl": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-google-charts": "^4.0.0",
"react-highlight-words": "^0.18.0",
"react-icons": "^4.2.0",
"react-markdown": "^7.1.2",
"react-org-tree": "^1.0.0",
"react-resize-detector": "^6.7.4",
"react-router-dom": "^5.2.0",
"react-slider": "^2.0.4",
"recharts": "^2.5.0",
"rehype-sanitize": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"string-similarity": "^4.0.4",
"victory": "^36.6.8",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/introspection": "^2.1.0",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@types/apollo-upload-client": "^17.0.0",
"@types/chrome": "^0.0.176",
"@types/d3-brush": "^3.0.1",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/dropbox-chooser": "^1.0.3",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.55",
"@types/geojson": "^7946.0.14",
"@types/google.accounts": "^0.0.5",
"@types/google.picker": "^0.0.39",
"@types/jest": "^27.4.0",
"@types/mapbox-gl": "^2.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router-dom": "^5.1.8",
"@types/react-slider": "^1.3.1",
"@types/string-similarity": "^4.0.0",
"@types/svg-injector": "^0.0.29",
"@types/web-locks-api": "^0.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"babel-plugin-graphql-tag": "^3.3.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-polyfill-corejs3": "^0.4.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",
"circular-dependency-plugin": "^5.2.2",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.4.7",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.2",
"react-refresh": "^0.11.0",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "^3.3.1",
"stylelint": "^14.2.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"terser-webpack-plugin": "^5.3.0",
"typescript": "^5.0.4",
"unimported": "^1.19.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.4.2"
}
}