-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 1.98 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.91",
"@mui/material": "^5.9.1",
"@mui/styles": "^5.9.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.6",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.141.0",
"antd": "^4.23.1",
"canvas2svg": "^1.0.16",
"classnames": "^2.3.1",
"d3-array": "^3.2.0",
"d3-format": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.6",
"memoize-one": "^6.0.0",
"mixpanel-browser": "^2.45.0",
"natsort": "^2.0.3",
"next": "^12.2.5",
"openseadragon": "^2.4.2",
"preval.macro": "^5.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-sortable-hoc": "^2.0.0",
"react-window": "^1.8.7",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"simplify-js": "^1.2.4",
"three": "^0.142.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gm": "^1.23.1",
"jest-puppeteer": "^6.1.1",
"prettier": "^2.7.1",
"preval.macro": "^5.0.0",
"puppeteer": "^15.4.0"
}
}