{ "name": "algorithm-visualizer", "version": "2.0.0", "description": "Algorithm Visualizer", "scripts": { "dev": "NODE_ENV=development node bin/www", "start": "NODE_ENV=production node bin/www", "build": "npm run build:frontend && npm run build:backend", "build:frontend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.frontend.config.js", "build:backend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.backend.config.js", "lint": "npm run lint:src && npm run lint:algorithm", "lint:src": "./node_modules/.bin/eslint --fix src", "lint:algorithm": "./node_modules/.bin/eslint --fix algorithm", "publish": "npm run lint && npm run build && git add . && git commit && git push" }, "repository": { "type": "git", "url": "git+https://github.com/parkjs814/AlgorithmVisualizer.git" }, "keywords": [ "algorithm", "visualizer" ], "author": "Jason Park & contributors", "license": "MIT", "bugs": { "url": "https://github.com/parkjs814/AlgorithmVisualizer/issues" }, "homepage": "https://github.com/parkjs814/AlgorithmVisualizer#readme", "devDependencies": { "@fortawesome/fontawesome": "^1.1.5", "@fortawesome/fontawesome-free-brands": "^5.0.9", "@fortawesome/fontawesome-free-solid": "^5.0.9", "@fortawesome/react-fontawesome": "0.0.18", "autoprefixer": "latest", "axios": "latest", "axios-progress-bar": "^1.1.8", "babel-core": "^6.18.0", "babel-loader": "^7.1.2", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.24.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-3": "^6.24.1", "bluebird": "latest", "body-parser": "^1.18.2", "brace": "latest", "chart.js": "^2.7.2", "clean-webpack-plugin": "^0.1.16", "compression": "latest", "connect-history-api-fallback": "^1.3.0", "cookie-parser": "^1.4.3", "copy-webpack-plugin": "^4.0.1", "css-hot-loader": "^1.3.9", "css-loader": "^0.28.7", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "express": "^4.15.4", "github-fork-ribbon-css": "^0.2.1", "html-webpack-plugin": "^3.2.0", "http-proxy-middleware": "^0.18.0", "imagemin-webpack-plugin": "^2.1.1", "js-cookie": "^2.1.4", "mini-css-extract-plugin": "^0.4.0", "morgan": "^1.9.0", "node-sass": "^4.5.3", "postcss-flexboxfixer": "0.0.5", "postcss-loader": "^2.0.6", "react": "^16.3.1", "react-ace": "^5.10.0", "react-chartjs-2": "^2.7.0", "react-dnd": "^2.6.0", "react-dnd-html5-backend": "^2.6.0", "react-dom": "^16.3.1", "react-input-range": "^1.3.0", "react-markdown": "^3.3.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-router-redux": "^4.0.8", "react-toastify": "^3.4.3", "redbox-react": "^1.5.0", "redux": "^3.7.2", "redux-actions": "^2.2.1", "sass-loader": "^6.0.6", "screenfull": "^3.3.2", "style-loader": "^0.20.3", "uglifyjs-webpack-plugin": "^1.2.4", "uuid": "^3.2.1", "webpack": "^4.5.0", "webpack-bundle-analyzer": "^2.11.1", "webpack-cli": "^2.0.14", "webpack-dev-middleware": "^3.1.0", "webpack-hot-middleware": "^2.19.1", "webpack-node-externals": "^1.6.0" } }