Initial commit
parents
manage.py
0 → 100644
package.json
0 → 100644
{ | ||
"name": "kape", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js --progress --colors", | ||
"build-production": "webpack --config webpack.prod.config.js --progress --colors", | ||
"webpack": "webpack --progress --display-error-details --config webpack.config.js --watch", | ||
"watch": "node server.js" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"babel": "^6.5.2", | ||
"babel-loader": "^6.2.5", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"react": "^15.3.2", | ||
"react-hot-loader": "^3.0.0-beta.5", | ||
"webpack": "^1.13.2", | ||
"webpack-bundle-tracker": "0.0.93", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
"dependencies": { | ||
"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" | ||
} | ||
} |
requirements.txt
0 → 100644
appdirs==1.4.0 | ||
Django==1.10.5 | ||
django-webpack-loader==0.4.1 | ||
djangorestframework==3.5.4 | ||
packaging==16.8 | ||
pyparsing==2.1.10 | ||
six==1.10.0 | ||
\ No newline at end of file |
server.js
0 → 100644
webpack-stats.json
0 → 100644
webpack.base.config.js
0 → 100644
webpack.config.js
0 → 100644
webpack.local.config.js
0 → 100644
webpack.prod.config.js
0 → 100644
Please register or sign in to comment