-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 3.16 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
{
"name": "data-portal",
"version": "0.7.6",
"private": true,
"dependencies": {
"@babel/preset-typescript": "^7.21.5",
"@janelia-cosem/neuroglancer-url-tools": "^1.1.4",
"@material-ui/core": "^4.11.0",
"@material-ui/data-grid": "^4.0.0-alpha.22",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@octokit/core": "^4.0.5",
"@octokit/rest": "^19.0.4",
"@octokit/types": "^7.5.0",
"@remark-embedder/core": "^3.0.1",
"@supabase/supabase-js": "^2.0.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-html-parser": "^2.0.1",
"@types/react-pdf": "^5.0.1",
"@types/react-router-hash-link": "^2.4.0",
"@types/react-table": "^7.0.29",
"@types/url-parse": "^1.4.3",
"@types/valid-url": "^1.0.3",
"date-fns": "^2.29.3",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"grey-matter": "^0.0.0",
"node-fetch": "^2.6.1",
"octokit": "^2.0.7",
"path": "^0.12.7",
"pdfjs-dist": "^2.5.207",
"react": "^17.0.2",
"react-code-blocks": "^0.0.8",
"react-dom": "^17.0.2",
"react-force-graph-3d": "^1.21.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-markdown": "^8.0.3",
"react-pdf": "^5.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-swipeable-views": "^0.14.0",
"react-table": "^7.6.3",
"rehype-raw": "^6.1.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"serverless-s3-sync": "^3.2.0",
"sls": "^0.1.0",
"valid-url": "^1.0.9",
"zod": "^3.21.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && sls client deploy",
"lint": "eslint . --ext .ts"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^13.13.21",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.1.5",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"buffer": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-react": "^7.21.0",
"jest-canvas-mock": "^2.3.1",
"prettier": "^1.19.1",
"react-json-view": "^1.21.3",
"serverless-deployment-bucket": "^1.5.1",
"serverless-finch": "^4.0.0",
"serverless-plugin-package-json": "^0.1.0",
"source-map-loader": "^0.2.4",
"supabase": "^1.136.3",
"ts-loader": "^6.2.2",
"typescript": "4.9"
}
}