-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
76 lines (76 loc) · 1.91 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
{
"name": "taxonium",
"version": "2.0.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@tailwindcss/forms": "^0.5.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"JSONStream": "^1.3.5",
"autoprefixer": "^9",
"axios": "^0.27.2",
"binary-search": "^1.3.6",
"classnames": "^2.3.1",
"commander": "^9.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"craco": "^0.0.3",
"deck.gl": "^8.6.6",
"jsonl": "^1.1.2",
"lodash": "^4.17.21",
"lzma-native": "^8.0.6",
"node-polyfill-webpack-plugin": "^1.1.4",
"pako": "^2.0.4",
"process": "^0.11.10",
"react": "^17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-debounce-input": "^3.2.3",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.2.0",
"react-modal": "^3.15.1",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-spinners": "^0.11.0",
"react-tooltip": "^4.2.21",
"readable-web-to-node-stream": "^3.0.2",
"scale-color-perceptual": "^1.1.2",
"tailwindcss": ">=3.1.0",
"taxonium_data_handling": "file:../taxonium_data_handling",
"web-vitals": "^1.0.1",
"webpack": "^5.72.0",
"yargs": "^17.3.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco 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"
]
},
"devDependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"postcss": "8"
}
}