mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
35 lines
879 B
JSON
35 lines
879 B
JSON
{
|
|
"name": "villasweb-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"classnames": "^2.2.5",
|
|
"es6-promise": "^4.0.5",
|
|
"flux": "^3.1.2",
|
|
"immutable": "^3.8.1",
|
|
"rd3": "^0.7.4",
|
|
"react": "^15.4.2",
|
|
"react-bootstrap": "^0.30.7",
|
|
"react-contextmenu": "^2.3.0",
|
|
"react-d3": "^0.4.0",
|
|
"react-dnd": "^2.2.4",
|
|
"react-dnd-html5-backend": "^2.2.4",
|
|
"react-dom": "^15.4.2",
|
|
"react-notification-system": "^0.2.13",
|
|
"react-rnd": "^4.2.2",
|
|
"react-router": "^3.0.2",
|
|
"superagent": "^3.5.0",
|
|
"gaugeJS": "^1.3.2",
|
|
"d3-scale": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|