{ "name": "eureka-server", "description": "Eureka is a progressively enhanced Media Browser Component.", "version": "0.0.0", "private": true, "license": "BSD-3-Clause", "author": { "name": "JP de Vries", "email": "mail@devries.jp", "url": "https://devries.jp/" }, "proxy": "http://localhost:3001/", "keywords": [ "react", "redux", "media", "browse", "eureka", "MODX", "a11y", "data", "table", "markuptips" ], "main": "server.js", "files": [ "client/bower.json", "client/build/assets/css/", "client/build/assets/img/", "client/build/assets/js/", "client/build/static/", "client/src/" ], "homepage": "https://eureka.markup.tips", "bugs": { "url": "https://github.com/jpdevries/eureka/issues", "email": "eureka@devries.jp" }, "repository": { "type": "git", "url": "https://github.com/jpdevries/eureka.git" }, "dependencies": { "babel-cli": "^6.24.0", "babel-core": "6.14.0", "babel-preset-es2015": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-plugin-react-intl": "^2.3.1", "babel-preset-stage-0": "^6.22.0", "classnames": "^2.2.5", "compression": "^1.6.2", "eureka-browser": "*", "express": "4.13.3", "express-formidable": "^1.0.0", "express-minify-html": "^0.10.0", "filesize": "^3.5.6", "forever": "^0.15.3", "formidable": "^1.1.1", "fs": "0.0.2", "html-entities": "^1.2.0", "path-parse": "^1.0.5", "react": "^15.4.2", "react-addons-update": "^15.4.2", "react-dom": "^15.4.2", "react-dropzone": "^3.12.2", "react-intl": "^2.2.3", "react-redux": "^5.0.3", "redux": "^3.6.0", "redux-thunk": "^2.2.0", "rmdir": "^1.2.0" }, "engines": { "node": "6.5.0" }, "scripts": { "oldprestart": "yarn && cd ./client && yarn && cd ../", "start": "yarn build && yarn prod", "postinstall": "yarn fetchsources", "fetchsources": "rm -rf sources.zip && rm -rf sources && wget http://j4p.us/1d050y1d032T/sources.zip && unzip sources.zip && ls && ls sources && mv sources.zip prod && cd ./prod && rm -rf sources && unzip sources.zip && rm -rf sources.zip && ls && ls sources && cd ../", "buildserver": "babel ./server.js -d prod", "fetcheureka": "cd ./prod && npm install eureka-browser && cd ../", "build": "yarn buildserver && babel ./client/src -d ./client/dist && yarn i18n && cp -R ./client/dist ./prod/client && cp -R client/build prod/client && rm -rf prod/client/i18n && mkdir prod/client/i18n && cp -R client/i18n/* prod/client/i18n && rm -rf i18n", "testbuild": "yarn buildserver && cp -R client/build prod/client", "buildclient": "cd client && yarn && yarn build && cd ../", "installclient": "cd client && yarn && cd ../", "test": "cd client && yarn && yarn test && cd ../", "i18n": "cd client && yarn i18n && cd ../", "oldbuild": "yarn buildserver && babel ./client/src -d prod/client/src && cp -R client/build prod/client", "serve": "babel-node server.js", "server": "yarn serve", "prod": "NODE_ENV=production node prod/server.js", "prodforever": "NODE_ENV=production forever start prod/server.js", "client": "babel-node start-client.js", "herokupush": "git push heroku release-2.0:master", "herokuforce": "git push heroku release-2.0:master --force", "heroku": "yarn herokupush", "crowdinup" : "crowdin upload sources", "crowdindown" : "crowdin download", "pretag": "cd ./client && yarn pretag && cd../", "dev": "echo \"This command has been deprecated. Use 'npm start'\" && exit 1", "lint": "eslint ." }, "devDependencies": { "concurrently": "3.1.0", "eslint": "3.15.0", "eslint-config-airbnb": "14.1.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react": "6.9.0", "react-test-renderer": "^15.4.2" } }