{ "name": "go", "version": "3.0", "description": "University-branded URL shortening", "main": "App.js", "repository": "git@git.gmu.edu:srct/go.git", "author": "Mason SRCT", "license": "Apache-2.0", "private": false, "scripts": { "start": "yarn dev", "dev": "webpack --mode development ./go/go_ahead/src/App.jsx --output ./go/static/main.js --watch", "build": "webpack --mode production ./go/go_ahead/src/App.jsx --output ./go/static/main.js" }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "10" } } ], "@babel/preset-react" ], "plugins": [ "@babel/plugin-proposal-class-properties" ] }, "dependencies": { "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.4", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "css-loader": "^1.0.0", "formik": "^1.4.1", "masonstrap": "https://git.gmu.edu/srct/masonstrap.git", "react": "^16.4.2", "react-dom": "^16.4.2", "react-router-dom": "^4.3.1", "reactstrap": "^6.5.0", "style-loader": "^0.23.1", "webpack": "^4.16.4", "webpack-cli": "^3.1.0", "yup": "^0.26.6" } }