generated from OpenPecha/new-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 3.73 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "monlam",
"private": true,
"sideEffects": false,
"type": "commonjs",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual -c \"node server.js\"",
"start": "cross-env NODE_ENV=production node server.js",
"typecheck": "tsc",
"test": "jest"
},
"dependencies": {
"@assembless/react-littera": "^2.4.0",
"@aws-sdk/client-s3": "^3.515.0",
"@google-cloud/vision": "^4.1.0",
"@prisma/client": "^5.4.2",
"@remix-run/css-bundle": "^2.9.2",
"@remix-run/express": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"@remix-run/v1-route-convention": "^0.1.4",
"@wavesurfer/react": "^1.0.7",
"auth0-js": "^9.23.0",
"auth0-remix-server": "^2.3.16",
"aws-sdk": "^2.1577.0",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"chokidar": "^3.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"docx": "^8.2.4",
"express": "^4.18.2",
"express-rate-limit": "^7.3.1",
"file-saver": "^2.0.5",
"flagsmith-nodejs": "^3.2.0",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"framer-motion": "^10.16.4",
"franc-min": "^6.2.0",
"get-orientation": "^1.1.2",
"helmet": "^7.1.0",
"isbot": "^3.6.8",
"jsonwebtoken": "^9.0.2",
"konva": "^9.3.6",
"languagedetect": "^2.0.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.453.0",
"mammoth": "^1.6.0",
"morgan": "^1.10.0",
"motion": "^11.15.0",
"node-schedule": "^2.1.1",
"openai": "^4.12.4",
"papaparse": "^5.4.1",
"posthog-js": "^1.157.0",
"prisma": "^5.4.2",
"react": "^18.2.0",
"react-advanced-cropper": "^0.19.6",
"react-audio-spectrum": "^0.1.0",
"react-audio-visualize": "^1.1.3",
"react-blurhash": "^0.3.0",
"react-contenteditable": "^3.3.7",
"react-countdown": "^2.3.5",
"react-date-range": "^2.0.0-alpha.4",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-form-wizard-component": "^0.1.7",
"react-icons": "^4.11.0",
"react-konva": "^18.2.10",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"react-toastify": "^9.1.3",
"react-virtuoso": "^4.7.8",
"react-webcam": "^7.2.0",
"recharts": "^2.12.7",
"remix-auth-auth0": "^1.10.0",
"remix-themes": "^1.5.0",
"remix-utils": "^7.6.0",
"sanitize-html": "^2.13.0",
"socket.io-client": "^4.7.5",
"source-map-support": "^0.5.21",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.6.4",
"webhook-discord": "^3.7.8"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@remix-run/dev": "^2.9.2",
"@remix-run/eslint-config": "^2.9.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/auth0-js": "^9.21.1",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/morgan": "^1.9.4",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/source-map-support": "^0.5.6",
"babel-jest": "^29.7.0",
"concurrently": "^8.2.1",
"eslint": "^8.38.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jsdom": "^24.1.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.5",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}