-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "insight-word",
"description": "find the words in web pages",
"private": true,
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"release": "tsx tools/release.ts"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@monaco-editor/react": "^4.6.0",
"@react-hookz/web": "^24.0.4",
"@webext-core/messaging": "^1.4.0",
"classnames": "^2.5.1",
"eventemitter3": "^5.0.1",
"framer-motion": "^11.0.25",
"monaco-editor": "^0.47.0",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@fast-csv/parse": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/semver": "^7.5.8",
"@types/tinycolor2": "^1.4.6",
"@vitejs/plugin-react": "^4.2.1",
"execa": "^8.0.1",
"fast-csv": "^5.0.1",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"semver": "^7.6.0",
"tsx": "^4.7.2",
"typescript": "^5.3.3",
"vite": "^5.2.8",
"wxt": "^0.17.0"
}
}