forked from pnd280/complexity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.21 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
{
"name": "complexity",
"displayName": "Complexity - Perplexity AI Supercharged",
"version": "0.0.5.19",
"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.chromium --quiet --",
"dx:firefox": "dotenvx run -f .env -f .env.gecko --quiet --",
"dev": "pnpm dx vite",
"dev:firefox": "pnpm dx:firefox vite",
"build": "pnpm dx vite build",
"build:firefox": "pnpm dx:firefox vite build",
"esl": "eslint ./src/",
"eslf": "eslint ./src/ --fix",
"fmt": "prettier --write '**/*.{tsx,ts}'",
"test": "vitest run",
"zip": "pnpm test && pnpm build && pnpm dx gulp createPackage",
"zip:firefox": "pnpm test && pnpm build:firefox && pnpm dx:firefox gulp createPackage",
"zip:both": "pnpm zip:firefox && pnpm zip",
"clear": "rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@ark-ui/react": "^4.2.0",
"@dotenvx/dotenvx": "^1.21.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dompurify": "^3.1.7",
"engine.io-parser": "^5.2.3",
"immer": "^10.1.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"showdown": "^2.1.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.4",
"use-immer": "^0.10.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@limegrass/eslint-plugin-import-alias": "^1.4.1",
"@tailwindcss/typography": "^0.5.15",
"@types/chrome": "^0.0.268",
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/ui": "^2.1.4",
"@webext-core/fake-browser": "^1.3.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"caniuse-lite": "^1.0.30001676",
"chalk": "^5.3.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-unicorn": "^55.0.0",
"glob": "^11.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^6.0.0",
"mermaid": "^10.9.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.2",
"svg-pan-zoom": "^3.6.2",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unimport": "^3.13.1",
"vite": "^5.4.11",
"vitest": "^2.1.4"
}
}