Files
domain-watchdog/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2024-07-19 02:04:41 +02:00
{
2024-07-22 14:45:21 +02:00
"name": "domain-watchdog",
2024-07-19 02:04:41 +02:00
"author": {
"name": "Maël Gangloff",
"email": "contact@maelgangloff.fr"
},
"homepage": "https://github.com/maelgangloff/domain-watchdog",
2024-07-22 14:45:21 +02:00
"readme": "https://github.com/maelgangloff/domain-watchdog",
"keywords": [
"Domain",
"RDAP",
"WHOIS"
],
"bugs": {
"url": "https://github.com/maelgangloff/domain-watchdog/issues"
},
2024-07-19 02:04:41 +02:00
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
2024-07-19 02:28:05 +02:00
"@babel/preset-react": "^7.24.7",
2024-07-22 14:45:21 +02:00
"@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",
2024-07-23 18:37:59 +02:00
"@types/axios": "^0.14.0",
"@types/jsonld": "^1.5.15",
2024-07-22 14:45:21 +02:00
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
2024-07-23 18:37:59 +02:00
"axios": "^1.7.2",
2024-07-19 02:04:41 +02:00
"core-js": "^3.23.0",
2024-07-23 18:37:59 +02:00
"html-loader": "^5.0.0",
"jsonld": "^8.3.2",
"markdown-loader": "^8.0.0",
2024-07-22 14:45:21 +02:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
2024-07-19 02:04:41 +02:00
"regenerator-runtime": "^0.13.9",
2024-07-19 02:28:05 +02:00
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
2024-07-19 02:04:41 +02:00
"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"
2024-07-19 02:28:05 +02:00
}
2024-07-19 02:04:41 +02:00
}