aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* chore: convert html files to phpArmand Philippot2021-10-301-0/+1
| | | | | Now I can use php to determine current env and load static CSS file if it is prod.
* chore: move htdocs to repo rootArmand Philippot2021-10-301-1/+1
|
* feat: translate the app - two locales available: fr and enArmand Philippot2021-10-261-0/+1
|
* build: remove composerArmand Philippot2021-10-251-1/+0
| | | | | I convert the app to use HTML instead of PHP, so I don't need composer anymore.
* build: add babel runtime to use async functionsArmand Philippot2021-10-241-0/+2
|
* build: add webpack configArmand Philippot2021-10-171-2/+2
| | | | | | | Downgrade Imagemin-SVGO to v9 because v10 is incompatible with image minimizer. Change ESlint config to avoid lint error (should be dependency instead of devDependency...)
* chore: initial commitArmand Philippot2021-10-171-0/+71
Add default configuration for dev tools and needed packages