-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) Β· 4.08 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": "recommen.do",
"displayName": "AI recommendations for shopping - recommen.do",
"description": "ποΈ Get shopping recommendations on Amazon, Newegg or Ebay, powered by OpenAI π€.",
"homepage_url": "https://www.recommen.do",
"author": "recommen.do",
"version": "1.0.5",
"private": true,
"scripts": {
"start": "next start",
"dev": "run-p dev:*",
"dev:plasmo": "plasmo dev",
"dev:next": "next dev --port 1947",
"build": "run-s build:*",
"build:next": "next build",
"build:plasmo-chrome": "plasmo build --hoist --zip --target=chrome-mv3",
"build:plasmo-edge": "plasmo build --hoist --zip --target=edge-mv3",
"build:plasmo-firefox": "plasmo build --hoist --zip --target=firefox-mv2",
"postbuild": "next-sitemap",
"lint": "next lint",
"prettier": "prettier --check .",
"fix": "prettier --write . && next lint --fix",
"fullbuild": "run-s fullbuild:*",
"fullbuild:fix": "prettier --write . && next lint --fix",
"fullbuild:clean": "rm -rf .next .plasmo build public/download/*",
"fullbuild:build": "pnpm build",
"fullbuild:rename": "./scripts/rename-builds.sh",
"fullbuild:mozilla": "./scripts/generate-mozilla-src.sh"
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.13",
"@plasmohq/storage": "^1.7.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/query-sync-storage-persister": "^4.32.6",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-persist-client": "^4.32.6",
"ai": "^2.1.32",
"appwrite": "^13.0.0",
"browser-dtector": "^3.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^10.15.0",
"jotai": "^2.3.0",
"lucide-react": "^0.263.1",
"next": "^13.4.13",
"next-sitemap": "^4.1.8",
"node-appwrite": "^11.0.0",
"openai-edge": "^1.2.2",
"plasmo": "^0.82.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"server-only": "^0.0.1",
"stripe": "^12.17.0",
"vanilla-cookieconsent": "next",
"zod": "^3.21.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@plasmohq/rps": "^1.8.7",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@tanstack/react-query-devtools": "^4.32.6",
"@types/mdx": "^2.0.5",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/webextension-polyfill": "^0.10.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"webextension-polyfill": "^0.10.0"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "$PLASMO_PUBLIC_FIREFOX_EXT_ID",
"strict_min_version": "90.0"
}
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"assets/*"
],
"matches": [
"<all_urls>"
]
}
]
}
}