aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): add ackee-trackerArmand Philippot2022-02-241-0/+1
|
* build: fix rtl scriptArmand Philippot2022-02-201-1/+1
|
* chore(release): 2.0.0Armand Philippot2022-02-201-1/+1
|
* build: remove release hookArmand Philippot2022-02-201-5/+0
| | | | | Since I no longer include assets directory to the repo, it makes no sense to launch yarn build on new release.
* build: add a script to automate projects buildingArmand Philippot2022-02-171-0/+2
|
* build: update webpack config (imagemin)Armand Philippot2022-02-171-0/+1
|
* build(deps): bump all dependenciesArmand Philippot2022-02-171-33/+33
|
* chore(release): 1.0.2Armand Philippot2021-11-011-1/+1
|
* chore(release): 1.0.1Armand Philippot2021-10-311-1/+1
|
* build: specify engine and set standard-version prerelease hookArmand Philippot2021-10-311-1/+11
|
* 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