Complete first pass on go_ahead integration
- Django + React is a go!
Showing
go/go_ahead/admin.py
deleted
100644 → 0
go/go_ahead/src/index.jsx
0 → 100644
go/go_ahead/tests.py
deleted
100644 → 0
package.json
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", | |||
"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" | |||
} | |||
} |
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment