1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "mafalda-web",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@uirouter/react": "^0.5.4",
- "bootstrap": "^4.0.0-beta.3",
- "chart.js": "^2.7.2",
- "crypto-js": "^3.1.9-1",
- "dat.gui": "^0.7.1",
- "jquery": "^3.3.1",
- "material-ui": "^0.20.0",
- "npm": "^6.4.1",
- "pixi-layers": "^0.1.9",
- "pixi-sound": "^2.0.4",
- "pixi-tween": "^0.2.0",
- "pixi.js": "^4.6.2",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "react-scripts": "^1.1.5",
- "reactstrap": "^5.0.0-alpha.4",
- "socket.io-client": "^2.1.1",
- "wolfy87-eventemitter": "^5.2.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- },
- "devDependencies": {
- "eslint": "^4.19.0",
- "eslint-plugin-react": "^7.11.1"
- },
- "proxy": {
- "/api": {
- "target": "http://localhost:3000/",
- "ws": true,
- "pathRewrite": {
- "^/api": "/"
- }
- }
- }
- }
|