diff options
Diffstat (limited to '_www/package.json')
| -rw-r--r-- | _www/package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_www/package.json b/_www/package.json new file mode 100644 index 0000000..b14910a --- /dev/null +++ b/_www/package.json @@ -0,0 +1,12 @@ +{ + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^6.8.0", + "@typescript-eslint/parser": "^6.8.0", + "eslint": "^8.52.0", + "eslint-config-google": "^0.14.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.1", + "prettier": "^3.0.3", + "typescript": "^5.2.2" + } +} |
