{ "name": "aoe_technology_radar", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "yarn clean && yarn build:pages && yarn build:jsprod && yarn build:css && yarn build:assets", "build:all": "yarn build", "build:pages": "cross-env RENDER_MODE=server babel-node ./tasks/build.js", "build:js": "cross-env RENDER_MODE=client webpack --config webpack.config.js", "build:jsprod": "cross-env RENDER_MODE=client webpack -p --config webpack.config.js", "build:css": "postcss -c postcss.config.js -o dist/techradar/assets/css/styles.css styles/main.css", "build:assets": "babel-node ./tasks/assets.js", "watch": "babel-node ./tasks/watch.js", "clean": "babel-node ./tasks/clean.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "AOE GmbH (http://www.aoe.com)", "license": "MIT", "dependencies": { "async": "2.6.0", "autoprefixer": "7.1.6", "babel-cli": "6.26.0", "babel-core": "6.26.0", "babel-loader": "7.1.2", "babel-polyfill": "6.26.0", "babel-preset-latest": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-stage-0": "6.24.1", "classnames": "2.2.5", "cross-env": "^5.1.1", "css-mqpacker": "^6.0.1", "front-matter": "2.3.0", "fs-extra": "4.0.2", "highlight.js": "9.12.0", "history": "4.7.2", "live-server": "1.2.0", "marked": "0.3.6", "moment": "2.19.2", "postcss-cli": "4.1.1", "postcss-css-variables": "0.8.0", "postcss-custom-media": "^6.0.0", "postcss-easy-import": "3.0.0", "postcss-nested": "2.1.2", "react": "16.1.1", "react-dom": "16.1.1", "react-redux": "5.0.6", "redux": "3.7.2", "walk": "2.3.9", "webpack": "2.2.0" }, "repository": { "type": "git", "url": "https://github.com/AOEpeople/aoe_technology_radar.git" } }