Merge branch 'gothree-frontend' into 178-about-page-3.0
merging in front end changes to modify for about page
go/go_ahead/src/index.js
0 → 100644
{ | ||
"name": "go", | ||
"version": "3.0", | ||
"description": "University-branded URL shortening", | ||
"main": "index.js", | ||
"repository": "git@git.gmu.edu:srct/go.git", | ||
"author": "Mason SRCT", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "webpack --mode development ./go/go_ahead/src/index.jsx --output ./go/static/main.js --watch", | ||
"build": "webpack --mode production ./project/frontend/src/index.js --output ./go/static/main.js" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"react" | ||
] | ||
}, | ||
"dependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"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", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"webpack": "^4.16.4", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
"name": "go", | ||
"version": "3.0", | ||
"description": "University-branded URL shortening", | ||
"main": "index.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/index.js --output ./go/static/main.js --watch", | ||
"build": "webpack --mode production ./project/frontend/src/index.js --output ./go/static/main.js" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@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", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-router-dom": "^4.3.1", | ||
"webpack": "^4.16.4", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment