-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.66 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
{
"name": "review",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.38.1",
"@blueprintjs/popover2": "^1.0.2",
"@blueprintjs/select": "^3.18.12",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/scatterplot": "^0.79.1",
"keyframes": "^2.3.0",
"lodash-es": "^4.17.21",
"mephisto-review-hook": "^2.0.1",
"react": "^17.0.2",
"react-cookie-consent": "^7.4.1",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.5",
"react-filter-box": "https://github.com/devanshk/react-filter-box",
"react-ga": "^3.3.0",
"react-ga4": "^1.4.1",
"react-loading-skeleton": "^3.1.0",
"react-player": "^2.9.0",
"react-query": "^3.34.19",
"react-responsive-canvas": "^1.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-virtualized-tree": "^3.4.1",
"react-window": "^1.8.6",
"use-callback-ref": "^1.2.5",
"zustand": "^3.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build",
"build-and-serve": "yarn build && npm run serve"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:jsx-a11y/recommended"
],
"plugins": [
"jsx-a11y"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"patch-package": "^6.4.7",
"sass": "^1.49.9"
}
}