-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "patch-professional_automated_text_conversion_helper",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midnightroachmedia/patchai.git"
},
"author": "Midnight Roach Media",
"license": "MIT",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jspdf": "^2.5.2",
"lucide-react": "^0.454.0",
"next": "14.2.16",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.16",
"glob": "^10.3.10",
"lru-cache": "^10.2.0",
"postcss": "^8",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"glob": "^10.3.10",
"rimraf": "^5.0.5",
"lru-cache": "^10.2.0"
}
}