{ "name": "yoga-playground", "version": "0.1.0", "private": true, "dependencies": { "antd": "^3.1.3", "immutable": "^4.0.0-rc.9", "react": "^16.2.0", "react-dom": "^16.2.0", "react-scripts": "1.0.17", "react-syntax-highlighter": "^6.1.2", "yoga-layout": "^1.8.4" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired test --env=jsdom", "eject": "react-app-rewired eject" }, "devDependencies": { "babel-plugin-import": "^1.6.3", "flow-bin": "^0.63.1", "react-app-rewire-less": "^2.1.0", "react-app-rewired": "^1.4.0" } }