aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2019-11-05Merge pull request #26 from n-peugnet/build-optimizationsVincent Peugnet
perf: make optimizations
2019-11-04fix: npm install warningsn-peugnet
- fix repository and licence fields - hide remaining warnings
2019-11-04perf: make optimizationsn-peugnet
- run npm and composer only when needed - include .default.env - add watch targets - "make all" builds in dev mode, "make dist" in prod mode
2019-11-01style: add prettier on webpack buildn-peugnet
2019-10-24add release-it as the release tooln-peugnet
2019-10-21include CodeMirror in edit pagen-peugnet
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea