-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "parrit-remix-netlify",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"jest": "npx jest",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "netlify serve",
"typecheck": "tsc"
},
"dependencies": {
"@neondatabase/serverless": "^0.10.3",
"@netlify/functions": "^2.6.0",
"@netlify/remix-adapter": "^2.3.1",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"@types/ramda": "^0.30.2",
"@vitejs/plugin-react": "^4.3.3",
"@xata.io/client": "^0.0.0-next.va121e4207b94bfe0a3c025fc00b247b923880930",
"@xata.io/netlify": "^0.1.33",
"bcrypt": "^5.1.1",
"classnames": "^2.5.1",
"isbot": "^4.1.0",
"luxon": "^3.5.0",
"ramda": "^0.30.1",
"react-dom": "^18.3.1",
"remix-auth": "^3.7.0",
"remix-auth-form": "^1.5.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@remix-run/dev": "^2.14.0",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cypress": "^13.15.2",
"eslint": "^8.57.1",
"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.37.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.0.0"
}
}