-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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
{
"name": "simli-landingpage-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@daily-co/daily-react-hooks": "^0.5.0",
"@next/third-parties": "^14.1.0",
"@slack/bolt": "^3.17.1",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.20.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"fastify-multipart": "^5.3.1",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"formidable": "^3.5.1",
"multer": "^1.4.5-lts.1",
"next": "^14.1.4",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.5.136",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-tooltip": "^5.26.3",
"retell-client-js-sdk": "^1.3.3",
"retell-sdk": "^3.14.0",
"simli-retell-client-js-sdk": "file:simli-retell-client-js-sdk",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"vercel": "^33.4.1",
"zustand": "^4.5.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/zxcvbn": "^4.4.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.8",
"typescript": "^5"
}
}