mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "villasweb-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "^9.0.9",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@rjsf/core": "^4.1.1",
|
|
"babel-runtime": "^6.26.0",
|
|
"bootstrap": "^5.1.3",
|
|
"classnames": "^2.3.1",
|
|
"d3": "^7.4.4",
|
|
"d3-array": "^3.1.6",
|
|
"d3-axis": "^3.0.0",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-scale-chromatic": "^3.0.0",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-shape": "^3.1.0",
|
|
"d3-time-format": "^4.1.0",
|
|
"es6-promise": "^4.2.8",
|
|
"file-saver": "^2.0.5",
|
|
"flux": "^4.0.3",
|
|
"gaugeJS": "^1.3.7",
|
|
"handlebars": "^4.7.7",
|
|
"isomorphic-form-data": "^2.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jszip": "^3.9.1",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.3",
|
|
"moment-duration-format": "^2.3.2",
|
|
"multiselect-react-dropdown": "^2.0.21",
|
|
"prop-types": "^15.8.1",
|
|
"rc-slider": "^10.0.0",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^2.2.3",
|
|
"react-collapse": "^5.1.1",
|
|
"react-color": "^2.19.3",
|
|
"react-contexify": "^5.0.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-datetime-picker": "^3.5.0",
|
|
"react-dnd": "^14.0.5",
|
|
"react-dnd-html5-backend": "^14.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-fullscreenable": "^2.5.1-0",
|
|
"react-json-view": "^1.21.3",
|
|
"react-notification-system": "^0.4.0",
|
|
"react-rnd": "^10.3.7",
|
|
"react-router-dom": "^5.3.1",
|
|
"react-svg-pan-zoom": "^3.11.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-trafficlight": "^5.2.1",
|
|
"superagent": "^7.1.2",
|
|
"swagger-ui-react": "^4.10.3",
|
|
"typescript": "^4.6.3",
|
|
"xstate": "^4.31.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"libcimsvg": "git+https://git.rwth-aachen.de/acs/public/cim/pintura-npm-package.git"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "^4.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "https://villas.k8s.eonerc.rwth-aachen.de",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|