-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.13 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
{
"name": "openai-translator",
"description": "manifest.json description",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "wxt -b chrome",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:chrome": "wxt zip -b chrome",
"zip:edge": "wxt zip -b edge",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"publish": "standard-version -r minor",
"pre:publish": "standard-version --prerelease alpha",
"stable:publish": "standard-version --tag-prefix 'stable-'",
"test": "pnpm build && pnpm e2e",
"e2e": "vitest -r e2e"
},
"husky": {
"hooks": {
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@couriourc/design-patterns": "^1.0.0",
"@couriourc/hooks": "^1.0.0",
"@emotion/css": "^11.11.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mantine/carousel": "^7.8.1",
"@mantine/core": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@nextui-org/avatar": "^2.0.25",
"@nextui-org/badge": "^2.0.25",
"@nextui-org/button": "^2.0.28",
"@nextui-org/card": "^2.0.25",
"@nextui-org/chip": "^2.0.28",
"@nextui-org/divider": "^2.0.26",
"@nextui-org/dropdown": "^2.1.18",
"@nextui-org/image": "^2.0.27",
"@nextui-org/input": "^2.1.18",
"@nextui-org/popover": "^2.1.21",
"@nextui-org/radio": "^2.0.28",
"@nextui-org/react": "^2.3.0",
"@nextui-org/scroll-shadow": "^2.1.15",
"@nextui-org/select": "^2.1.22",
"@nextui-org/skeleton": "^2.0.26",
"@nextui-org/spinner": "^2.0.28",
"@nextui-org/system": "^2.1.0",
"@nextui-org/tabs": "^2.0.29",
"@nextui-org/theme": "^2.2.0",
"@tabler/icons-react": "^3.2.0",
"@types/react-highlight-words": "^0.16.7",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "^10.4.19",
"common-tags": "^1.8.2",
"dexie": "^4.0.4",
"dexie-react-hooks": "^1.1.7",
"embla-carousel-react": "^7.1.0",
"esbuild": "^0.20.2",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.1.1",
"iso-639-1": "^3.1.2",
"jotai": "^2.8.0",
"jotai-immer": "^0.3.0",
"jquery": "^3.7.1",
"less": "^4.2.0",
"mitt": "^3.0.1",
"next-themes": "^0.3.0",
"prism-react-renderer": "^2.3.1",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-code-block": "^1.0.0",
"react-detect-click-outside": "^1.1.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.0",
"remark-gfm": "^4.0.0",
"swr": "^2.2.5",
"typewriter-effect": "^2.21.0",
"underscore": "^1.13.6",
"zod": "^3.22.5"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@types/chrome": "^0.0.266",
"@types/common-tags": "^1.8.4",
"@types/jquery": "^3.5.29",
"@types/qs": "^6.9.15",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
"@types/underscore": "^1.11.15",
"@unocss/preset-uno": "^0.59.0",
"@unocss/preset-wind": "^0.59.0",
"@vitejs/plugin-react": "^4.2.1",
"@webext-core/fake-browser": "^1.3.1",
"commitizen": "^4.3.0",
"conventional-changelog": "^5.1.0",
"conventional-changelog-cli": "^4.1.0",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"puppeteer": "^21.6.1",
"react-router": "^6.22.3",
"segmentit": "^2.0.3",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3",
"unocss": "^0.59.0",
"vite-plugin-filter-replace": "^0.1.13",
"vitest": "^1.5.0",
"wxt": "^0.17.0"
}
}