mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: do not modify package.json
This commit is contained in:
80
package.json
80
package.json
@@ -1,20 +1,64 @@
|
||||
{
|
||||
"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": "UNLICENSED",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev-server": "encore dev-server",
|
||||
"dev": "encore dev",
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress"
|
||||
}
|
||||
"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",
|
||||
"@fontsource/noto-color-emoji": "^5.0.27",
|
||||
"@symfony/webpack-encore": "^4.0.0",
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/jsonld": "^1.5.15",
|
||||
"@types/punycode": "^2.1.4",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-responsive": "^8.0.8",
|
||||
"@types/vcf": "^2.0.7",
|
||||
"antd": "^5.19.3",
|
||||
"axios": "^1.7.2",
|
||||
"core-js": "^3.23.0",
|
||||
"html-loader": "^5.1.0",
|
||||
"jsonld": "^8.3.2",
|
||||
"punycode": "^2.3.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-responsive": "^10.0.0",
|
||||
"react-router-dom": "^6.25.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"snarkdown": "^2.0.0",
|
||||
"ts-loader": "^9.5.1",
|
||||
"ttag": "^1.8.7",
|
||||
"ttag-cli": "^1.10.12",
|
||||
"typescript": "^5.5.3",
|
||||
"vcf": "^2.1.2",
|
||||
"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",
|
||||
"ttag:po2json": "cd translations; for i in $(find . -name \"*.po\"); do ttag po2json $i > ../public/locales/$i.json; done; cd ..",
|
||||
"ttag:extract": "ttag extract $(find assets -name '*.ts' -or -name '*.tsx') -o translations/translations.pot"
|
||||
},
|
||||
"dependencies": {
|
||||
"remove": "^0.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user