chore: install Webpack Encore Bundle

This commit is contained in:
Maël Gangloff
2024-07-19 02:04:41 +02:00
parent 3b63320cb6
commit 04d9fc20d3
10 changed files with 4754 additions and 15 deletions

35
package.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "domain-watchdog-front",
"author": {
"name": "Maël Gangloff",
"email": "contact@maelgangloff.fr"
},
"readme": "https://github.com/maelgangloff/domain-watchdog",
"homepage": "https://github.com/maelgangloff/domain-watchdog",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"regenerator-runtime": "^0.13.9",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"keywords": [
"domain",
"RDAP",
"WHOIS",
"tracking",
"watchdog",
"API"
]
}