-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
141 lines (141 loc) · 4.91 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "complexity",
"displayName": "Complexity - Perplexity AI Supercharged",
"version": "1.3.6.0",
"author": "pnd280",
"description": "Supercharge your Perplexity AI",
"type": "module",
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"dx": "dotenvx run -f .env -f .env.chrome --quiet --",
"dx:firefox": "dotenvx run -f .env -f .env.firefox --quiet --",
"clean": "rm -rf node_modules && rm -rf dist",
"dev": "pnpm dx vite",
"dev:firefox": "pnpm dx:firefox vite",
"build": "pnpm dx vite build && pnpm gulp rootifyOptionsPageHTMLEntries && pnpm gulp removeStaticCssFilesFromManifest",
"build:firefox": "pnpm dx:firefox vite build && pnpm gulp rootifyOptionsPageHTMLEntries && pnpm gulp removeStaticCssFilesFromManifest",
"esl": "eslint ./src/",
"eslq": "eslint ./src/ --quiet",
"eslf": "eslint ./src/ --fix",
"fmt": "prettier --write '**/*.{tsx,ts,css,json}'",
"test": "pnpm dx vitest run",
"test:ui": "pnpm dx vitest --ui",
"e2e": "pnpm dx playwright test",
"e2e:ui": "pnpm dx playwright test --ui",
"zip": "tsc && pnpm test && pnpm build && pnpm dx gulp createPackage",
"zip:firefox": "tsc && pnpm test && pnpm build:firefox && pnpm dx:firefox gulp createPackage",
"zip:both": "tsc && pnpm test && pnpm build:firefox && pnpm dx:firefox gulp createPackage && pnpm build && pnpm dx gulp createPackage"
},
"dependencies": {
"@ark-ui/react": "^4.9.0",
"@codesandbox/sandpack-react": "^2.19.10",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@dotenvx/dotenvx": "^1.33.0",
"@hookform/resolvers": "^3.10.0",
"@lukemorales/query-key-factory": "^1.3.4",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@tanstack/react-query": "^5.64.2",
"@uidotdev/usehooks": "^2.4.1",
"@webext-core/match-patterns": "^1.0.3",
"@webext-core/proxy-service": "^1.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"culori": "^4.0.1",
"dayjs": "^1.11.13",
"dexie": "^4.0.11",
"engine.io-parser": "^5.2.3",
"i18next": "^23.16.8",
"immer": "^10.1.1",
"jquery": "^3.7.1",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"pako": "^2.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-router-dom": "6.27.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.8.1",
"svg-pan-zoom": "^3.6.2",
"tailwind-merge": "^2.6.0",
"ts-key-enum": "2.0.13",
"use-immer": "^0.10.0",
"webext-bridge": "file:patch-packages\\webext-bridge-6.0.1.tgz",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.29",
"@limegrass/eslint-plugin-import-alias": "^1.5.0",
"@playwright/test": "^1.49.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query-devtools": "^5.64.2",
"@types/chrome": "^0.0.268",
"@types/culori": "^2.1.1",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.14",
"@types/node": "^20.17.16",
"@types/pako": "^2.0.3",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"@webext-core/fake-browser": "^1.3.2",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.4",
"caniuse-lite": "^1.0.30001695",
"chalk": "^5.4.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-boundaries": "^4.2.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-unicorn": "^55.0.0",
"glob": "^11.0.1",
"gulp": "^4.0.2",
"gulp-zip": "^6.1.0",
"markmap-lib": "^0.18.9",
"markmap-render": "^0.18.9",
"markmap-view": "^0.18.9",
"mermaid": "^11.4.1",
"minimatch": "^10.0.1",
"nanoid": "^5.0.9",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"unimport": "^3.14.6",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"webextension-polyfill": "^0.12.0"
},
"resolutions": {
"webextension-polyfill": "^0.12.0"
}
}