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": {
|
2023-09-01 05:05:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
|
|
"@typescript-eslint/parser": "^6.5.0",
|
2023-09-28 02:41:10 +00:00
|
|
|
"bun-types": "^1.0.3",
|
2023-09-01 05:05:06 +00:00
|
|
|
"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",
|
|
|
|
"typescript": "^5.2.2"
|
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": {
|
|
|
|
"htmx.org": "^1.9.5"
|
|
|
|
}
|
2023-06-27 18:03:52 +00:00
|
|
|
}
|