62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "tailfin-web",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "remix build",
|
|
"dev": "remix dev --manual",
|
|
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
|
|
"start": "remix-serve ./build/index.js",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/carousel": "^7.4.1",
|
|
"@mantine/core": "^7.4.1",
|
|
"@mantine/dates": "^7.4.1",
|
|
"@mantine/dropzone": "^7.4.1",
|
|
"@mantine/form": "^7.4.1",
|
|
"@mantine/hooks": "^7.4.1",
|
|
"@mantine/modals": "^7.4.1",
|
|
"@mantine/notifications": "^7.4.1",
|
|
"@remix-run/css-bundle": "^2.4.1",
|
|
"@remix-run/node": "^2.4.1",
|
|
"@remix-run/react": "^2.4.1",
|
|
"@remix-run/serve": "^2.4.1",
|
|
"@tabler/icons-react": "^2.44.0",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"@tanstack/react-query-devtools": "^5.17.0",
|
|
"axios": "^1.6.3",
|
|
"clsx": "^2.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"dayjs-plugin-utc": "^0.1.2",
|
|
"embla-carousel-react": "^7.1.0",
|
|
"isbot": "^3.6.8",
|
|
"mantine-datatable": "^7.4.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"use-dehydrated-state": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^2.4.1",
|
|
"@tanstack/eslint-plugin-query": "^5.14.6",
|
|
"@types/react": "^18.2.20",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"postcss": "^8.4.32",
|
|
"postcss-preset-mantine": "^1.12.2",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|