mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 11:24:37 +08:00
c28307903b
HTMLBars goodness! Since there was some breakage and a lot of fiddling around to get some things working, I took this opportunity to do a big cleanup of the whole Ember app. I accidentally worked on some new features too :3 Note that the app is still broken right now, pending on https://github.com/emberjs/ember.js/issues/10401 Cleanup: - Restructuring of components - Consolidation of some stuff into mixins, cleanup of some APIs that will be public - Change all instances of .property() / .observes() / .on() to Ember.computed() / Ember.observer() / Ember.on() respectively (I think it is more readable) - More comments - Start conforming to a code style (2 spaces for indentation) New features: - Post hiding/restoring - Mark individual discussions as read by clicking - Clicking on a read discussion jumps to the end - Mark all discussions as read - Progressively mark the discussion as read as the page is scrolled - Unordered list post formatting - Post permalink popup Demo once that Ember regression is fixed!
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "flarum",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"start": "ember server",
|
|
"build": "ember build",
|
|
"test": "ember test"
|
|
},
|
|
"repository": "",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"broccoli-asset-rev": "^2.0.0",
|
|
"ember-cli": "0.1.12",
|
|
"ember-cli-6to5": "^3.0.0",
|
|
"ember-cli-content-security-policy": "0.3.0",
|
|
"ember-cli-dependency-checker": "0.0.7",
|
|
"ember-cli-ic-ajax": "0.1.1",
|
|
"ember-cli-inject-live-reload": "^1.3.0",
|
|
"ember-cli-less": "^1.0.5",
|
|
"ember-cli-htmlbars": "0.6.0",
|
|
"ember-cli-qunit": "0.3.1",
|
|
"ember-cli-app-version": "0.3.1",
|
|
"ember-cli-uglify": "1.0.1",
|
|
"ember-cli-simple-auth": "^0.7.2",
|
|
"ember-data": "1.0.0-beta.14",
|
|
"ember-dynamic-component": "0.0.4",
|
|
"ember-export-application-global": "^1.0.0",
|
|
"ember-json-api": "^0.2.3",
|
|
"express": "^4.8.5",
|
|
"glob": "^4.0.5"
|
|
}
|
|
}
|