| @@ -0,0 +1,27 @@ | ||
| { | ||
| "name": "bicycle-weblog", | ||
| "version": "1.0.0", | ||
| "dependencies": { | ||
| "@babel/core": "^7.0.0-beta.52", | ||
| "@babel/preset-env": "^7.0.0-beta.52", | ||
| "@babel/preset-stage-2": "^7.0.0-beta.52", | ||
| "babelify": "^9.0.0", | ||
| "browserify": "^16.2.2", | ||
| "stimulus": "^1.0.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "babel": { | ||
| "presets": [ | ||
| "@babel/preset-env", | ||
| [ | ||
| "@babel/preset-stage-2", | ||
| { | ||
| "decoratorsLegacy": true | ||
| } | ||
| ] | ||
| ] | ||
| } | ||
| } |
| @@ -14,5 +14,8 @@ html2text | ||
| langdetect | ||
| babel | ||
| django-jquery | ||
| django_compressor | ||
| django-compressor-toolkit | ||
| django-libsass | ||
| django-extensions | ||
| Werkzeug | ||
| @@ -1,4 +1,5 @@ | ||
| source venv/bin/activate | ||
| export BABEL_ENV="development" | ||
| python manage.py runserver_plus --settings=bicycle.local_settings & | ||
| open http://127.0.0.1:8000/ | ||
|
|