1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-16 00:00:03 +01:00
VILLASweb/package.json
Ricardo Hernandez-Montoya 1c69dd6b5b Added rd3 to dependencies
2017-03-17 16:11:19 +01:00

32 lines
784 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",
"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-rnd": "^4.2.2",
"react-router": "^3.0.2",
"superagent": "^3.5.0",
"rd3": "^0.7.4"
},
"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"
}
}