-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "grazie",
"version": "0.5.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@casl/ability": "^6.7.1",
"@casl/react": "^4.0.0",
"@mantine/carousel": "^7.11.1",
"@mantine/charts": "^7.11.1",
"@mantine/code-highlight": "^7.11.1",
"@mantine/core": "^7.11.1",
"@mantine/dates": "^7.11.1",
"@mantine/dropzone": "^7.11.1",
"@mantine/form": "^7.11.1",
"@mantine/hooks": "^7.11.1",
"@mantine/modals": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@mantine/nprogress": "^7.11.1",
"@mantine/spotlight": "^7.11.1",
"@mantine/tiptap": "^7.11.1",
"@prisma/client": "^5.16.2",
"@remix-run/css-bundle": "^2.10.2",
"@remix-run/node": "^2.10.2",
"@remix-run/react": "^2.10.2",
"@remix-run/serve": "^2.10.2",
"@tabler/icons-react": "^3.10.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-subscript": "^2.4.0",
"@tiptap/extension-superscript": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/extension-youtube": "^2.4.0",
"@tiptap/html": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"embla-carousel-react": "^8.1.6",
"isbot": "^5.1.12",
"joi": "^17.13.3",
"mantine-form-joi-resolver": "^1.0.1",
"md5": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"remix-toast": "^1.2.0",
"sharp": "^0.33.4",
"systeminformation": "^5.22.11",
"winston": "^3.13.0"
},
"devDependencies": {
"@remix-run/dev": "^2.10.2",
"@types/bcrypt": "^5.0.2",
"@types/md5": "^2.3.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.16.2",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=20.0.0"
}
}