mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
75 lines
2 KiB
JSON
75 lines
2 KiB
JSON
{
|
|
"name": "villasweb-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"babel-runtime": "^6.26.0",
|
|
"bootstrap": "^4.4.1",
|
|
"classnames": "^2.2.6",
|
|
"d3-array": "^2.4.0",
|
|
"d3-axis": "^1.0.12",
|
|
"d3-scale": "^3.2.1",
|
|
"d3-scale-chromatic": "^1.5.0",
|
|
"d3-selection": "^1.4.1",
|
|
"d3-shape": "^1.3.7",
|
|
"d3-time-format": "^2.2.3",
|
|
"es6-promise": "^4.2.8",
|
|
"file-saver": "^2.0.2",
|
|
"flux": "^3.1.3",
|
|
"gaugeJS": "^1.3.7",
|
|
"handlebars": "^4.7.6",
|
|
"jquery": "^3.5.0",
|
|
"jszip": "^3.4.0",
|
|
"libcimsvg": "git+https://git.rwth-aachen.de/acs/public/cim/pintura-npm-package.git",
|
|
"lodash": "^4.17.15",
|
|
"node-sass": "^4.14.0",
|
|
"popper.js": "^1.16.1",
|
|
"prop-types": "^15.7.2",
|
|
"rc-slider": "^9.2.4",
|
|
"react": "^16.13.1",
|
|
"react-bootstrap": "^1.0.1",
|
|
"react-contexify": "^4.1.1",
|
|
"react-d3": "^0.4.0",
|
|
"react-dnd": "^10.0.2",
|
|
"react-dnd-html5-backend": "^10.0.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-fullscreenable": "^2.5.1-0",
|
|
"react-grid-system": "^6.3.1",
|
|
"react-json-view": "^1.19.1",
|
|
"react-notification-system": "^0.3.0",
|
|
"react-rnd": "^10.1.9",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^3.4.1",
|
|
"react-svg-pan-zoom": "^3.8.0",
|
|
"sass": "^1.26.5",
|
|
"superagent": "^5.2.2",
|
|
"typescript": "^3.8.3",
|
|
"validator": "^12.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:4000",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|