#140382397 Setup Django + React Webpack
assets/js/app.jsx
deleted
100644 → 0
kape/views/user.py
0 → 100644
... | ... | @@ -26,8 +26,10 @@ |
"axios": "^0.14.0", | ||
"babel-core": "^6.17.0", | ||
"babel-preset-react": "^6.16.0", | ||
"react-tap-event-plugin": "^2.0.1", | ||
"material-ui": "^0.16.0", | ||
"react-dom": "^15.3.2" | ||
"react-dom": "^15.3.2", | ||
"react-router": "^3.0.2", | ||
"react-tap-event-plugin": "^2.0.1", | ||
"semantic-ui-react": "^0.65.0" | ||
} | ||
} |
... | ... | @@ -3,5 +3,6 @@ Django==1.10.5 |
django-webpack-loader==0.4.1 | ||
djangorestframework==3.5.4 | ||
packaging==16.8 | ||
psycopg2==2.6.2 | ||
pyparsing==2.1.10 | ||
six==1.10.0 | ||
\ No newline at end of file |
webpack-stats.json
deleted
100644 → 0
Please register or sign in to comment