-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.5 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
{
"name": "@squonk/pose-viewer",
"version": "0.0.0",
"private": true,
"homepage": "/pose-viewer",
"scripts": {
"dev": "BROWSER=none FAST_REFRESH=false craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@react-keycloak/web": "^3.4.0",
"@rehooks/component-size": "^1.0.3",
"@squonk/data-manager-client": "0.6.15-rc.2",
"@squonk/react-sci-components": "2.0.0-dev.14",
"axios": "^0.24.0",
"hooks-for-redux": "^1.2.2",
"keycloak-js": "^10.0.2",
"lodash": "^4.17.21",
"material-ui-color": "^1.2.0",
"material-ui-dropzone": "^3.5.0",
"ngl": "^0.10.4",
"plotly.js-basic-dist": "^2.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-plotly.js": "^2.5.1",
"react-query": "^3.34.2",
"react-smooth-dnd": "^0.11.1",
"react-stonecutter": "^0.3.10",
"react-storage-hooks": "^4.0.1",
"react-swipeable-views": "^0.13.9",
"redux-devtools-extension": "^2.13.9",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@types/lodash": "^4.14.178",
"@types/plotly.js": "^1.54.17",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-plotly.js": "^2.5.0",
"@types/react-swipeable-views": "^0.13.1",
"@types/styled-components": "^5.1.17",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-plugin-transform-imports": "^2.0.0",
"craco-babel-loader": "^1.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"material-ui-popup-state": "^1.9.3",
"plotly.js": "^2.8.0",
"prettier": "^2.5.1",
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"typescript": "^4.5.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}