Tyler Hallada
4eee21caed
Could use more partials to reduce some of the current repetition (especially forms), but this is a start with everything converted.
29 lines
771 B
JSON
29 lines
771 B
JSON
{
|
|
"name": "crawlnicle-frontend",
|
|
"module": "js/index.ts",
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"bun-types": "^1.0.3",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-standard-with-typescript": "latest",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-n": "^16.0.2",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"prettier": "^3.0.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"htmx.org": "^1.9.10"
|
|
}
|
|
}
|