1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
VILLASweb/package.json

86 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "villasweb-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-09-21 18:13:10 +02:00
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
2022-04-14 15:58:13 +02:00
"@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",
2018-05-15 21:20:55 +02:00
"babel-runtime": "^6.26.0",
2021-10-20 11:40:27 +02:00
"bootstrap": "^5.1.3",
2021-04-19 17:05:47 +02:00
"classnames": "^2.3.1",
2022-04-14 15:58:13 +02:00
"d3": "^7.4.4",
"d3-array": "^3.1.6",
"d3-axis": "^3.0.0",
2021-10-20 11:40:27 +02:00
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
2022-01-12 13:29:38 +01:00
"d3-shape": "^3.1.0",
"d3-time-format": "^4.1.0",
"es6-promise": "^4.2.8",
"file-saver": "^2.0.5",
2022-01-12 13:29:38 +01:00
"flux": "^4.0.3",
"gaugeJS": "^1.3.7",
"handlebars": "^4.7.7",
2021-07-27 17:45:20 +02:00
"isomorphic-form-data": "^2.0.0",
"jsonwebtoken": "^8.5.1",
2022-04-14 15:58:13 +02:00
"jszip": "^3.9.1",
"lodash": "^4.17.21",
2022-04-19 10:57:06 +02:00
"moment": "^2.29.3",
2021-02-04 15:31:03 +01:00
"moment-duration-format": "^2.3.2",
2022-04-14 15:58:13 +02:00
"multiselect-react-dropdown": "^2.0.21",
2022-01-12 13:29:38 +01:00
"prop-types": "^15.8.1",
2022-04-19 11:06:20 +02:00
"rc-slider": "^10.0.0",
2021-04-19 17:05:47 +02:00
"react": "^17.0.2",
2022-04-14 15:58:13 +02:00
"react-bootstrap": "^2.2.3",
2021-12-01 13:07:14 +01:00
"react-collapse": "^5.1.1",
2020-11-16 15:01:24 +01:00
"react-color": "^2.19.3",
2021-01-08 17:29:54 +01:00
"react-contexify": "^5.0.0",
2022-04-14 15:58:13 +02:00
"react-copy-to-clipboard": "^5.1.0",
"react-datetime-picker": "^3.5.0",
2022-01-12 13:29:38 +01:00
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
2021-04-19 17:05:47 +02:00
"react-dom": "^17.0.2",
"react-fullscreenable": "^2.5.1-0",
"react-json-view": "^1.21.3",
2020-10-26 13:54:58 +01:00
"react-notification-system": "^0.4.0",
2022-04-19 10:57:06 +02:00
"react-rnd": "^10.3.7",
"react-router-dom": "^5.3.1",
"react-svg-pan-zoom": "^3.11.0",
2022-04-14 15:58:13 +02:00
"react-syntax-highlighter": "^15.5.0",
"react-trafficlight": "^5.2.1",
2022-04-14 15:58:13 +02:00
"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",
2021-01-08 15:45:45 +01:00
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
2017-06-28 02:44:57 +02:00
},
2022-10-24 15:18:27 +02:00
"proxy": "https://villas.k8s.eonerc.rwth-aachen.de",
2019-05-16 00:55:18 +02:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}