2023-06-27 18:03:52 +00:00
|
|
|
{
|
|
|
|
"name": "crawlnicle-frontend",
|
2023-06-29 04:34:09 +00:00
|
|
|
"module": "js/index.ts",
|
2023-06-27 18:03:52 +00:00
|
|
|
"devDependencies": {
|
2024-01-08 00:45:20 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-05-11 20:02:22 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
|
|
"bun-types": "^1.1.8",
|
|
|
|
"eslint": "^9.2.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-09-01 05:05:06 +00:00
|
|
|
"eslint-config-standard-with-typescript": "latest",
|
2024-05-11 20:02:22 +00:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"eslint-plugin-n": "^17.6.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2023-09-01 05:05:06 +00:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2024-05-11 20:02:22 +00:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"typescript": "^5.4.5"
|
2023-06-27 18:03:52 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "^5.0.0"
|
2023-09-01 04:25:05 +00:00
|
|
|
},
|
2023-09-01 23:59:22 +00:00
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
2024-05-11 20:02:22 +00:00
|
|
|
"htmx.org": "^1.9.12"
|
2023-09-01 23:59:22 +00:00
|
|
|
}
|
2023-06-27 18:03:52 +00:00
|
|
|
}
|