mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "domain-watchdog",
|
|
"author": {
|
|
"name": "Maël Gangloff",
|
|
"email": "contact@maelgangloff.fr"
|
|
},
|
|
"homepage": "https://github.com/maelgangloff/domain-watchdog",
|
|
"readme": "https://github.com/maelgangloff/domain-watchdog",
|
|
"keywords": [
|
|
"Domain",
|
|
"RDAP",
|
|
"WHOIS"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/maelgangloff/domain-watchdog/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.0",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.4",
|
|
"@mui/material": "^5.16.4",
|
|
"@symfony/webpack-encore": "^4.0.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"core-js": "^3.23.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.25.1",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.3",
|
|
"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"
|
|
}
|
|
}
|