forked from InseeFrLab/onyxia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
{
"name": "onyxia-ui",
"version": "0.1.0",
"license": "MIT",
"homepage": "/",
"devDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.0.11",
"prettier": "^2.0.2",
"progress-bar-webpack-plugin": "^2.1.0",
"source-map-explorer": "^2.4.1",
"webpack-bundle-analyzer": "^3.6.1"
},
"dependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.4",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"animejs": "^3.1.0",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"clipboard-polyfill": "^2.8.6",
"file-saver": "^2.0.2",
"filereader-stream": "^2.0.0",
"generate-password": "^1.5.1",
"jsoneditor": "^8.6.3",
"jsoneditor-react": "^3.0.0",
"jwt-decode": "^2.2.0",
"keycloak-js": "^9.0.2",
"minio": "^7.0.15",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"mustache": "^4.0.1",
"node-sass": "^4.13.1",
"query-params": "0.0.1",
"re-resizable": "^6.2.0",
"react": "^16.13.1",
"react-animated-slider": "^2.0.0",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-resize-detector": "4.2.1",
"react-router-dom": "5.1.2",
"react-scripts": "^3.4.1",
"react-snow-effect": "^1.2.0",
"react-time-ago": "^5.0.7",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"remove-accents": "^0.4.2",
"typeface-roboto": "^0.0.75",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"generate-entrypoint": "node scripts/generate-entrypoint.js",
"build": "react-scripts build",
"analyze-bundle": "node scripts/analyze-bundle.js",
"source-map-explorer": "source-map-explorer 'build/static/js/*.js' --html bundle-report/source-map-explorer.html",
"analyze": "npm run analyze-bundle && npm run source-map-explorer",
"test": "react-scripts test --env=jsdom",
"test-coverage": "react-scripts test --coverage --watchAll=false --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}