-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
96 lines (96 loc) · 2.39 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
{
"name": "cirrocumulus",
"version": "1.1.57",
"private": true,
"homepage": ".",
"proxy": "http://127.0.0.1:5000",
"license": "BSD-3-Clause",
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.10.11",
"@mui/styles": "^5.10.7",
"@okta/okta-auth-js": "^7.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.2.6",
"@types/jest": "^29.1.0",
"@types/node": "^20.3.2",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/three": "^0.150.0",
"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",
"openseadragon": "^4.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-scripts": "^5.0.1",
"react-window": "^1.8.7",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"simplify-js": "^1.2.4",
"three": "^0.151.0",
"typescript": "^5.0.2",
"web-vitals": "^3.0.1"
},
"scripts": {
"e2e": "cd e2e && ../node_modules/.bin/jest",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!d3|d3-*|three/examples/jsm|internmap)"
]
},
"devDependencies": {
"gm": "^1.25.0",
"jest": "^29.6.2",
"jest-puppeteer": "^9.0.0",
"prettier": "^3.0.0",
"preval.macro": "^5.0.0",
"puppeteer": "^21.1.0"
},
"prettier": {
"bracketSpacing": false,
"singleQuote": true
}
}