This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
www.local-ip.sh/package.json

36 lines
850 B
JSON
Raw Normal View History

2023-12-11 14:19:17 +00:00
{
"name": "www.local-ip.sh",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"deploy": "fly deploy --remote-only",
"dev": "remix dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/serve": "^2.3.1",
2023-12-13 20:48:50 +00:00
"fathom-client": "^3.6.0",
2023-12-11 14:19:17 +00:00
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2023-12-12 23:15:37 +00:00
"@flydotio/dockerfile": "^0.4.11",
2023-12-11 14:19:17 +00:00
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
2023-12-12 23:15:37 +00:00
}