-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.83 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.83 KB
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
{
"name": "mouse-gestures",
"displayName": "__MSG_displayName__",
"version": "1.2.2",
"description": "__MSG_description__",
"author": "Chance <chance.fyii@gmail.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.15.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"plasmo": "0.90.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.6.0",
"tldts": "^7.0.19",
"use-debounce": "^10.1.0",
"validator": "^13.15.23"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/validator": "^13.15.10",
"autoprefixer": "^10.4.22",
"baseline-browser-mapping": "^2.9.19",
"daisyui": "^4.12.24",
"postcss": "^8.5.6",
"prettier": "3.2.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.18",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"search",
"sessions",
"downloads",
"identity",
"scripting"
],
"default_locale": "en",
"oauth2": {
"client_id": "356710694502-h3hv6car28k57n2u58kg4uc8qestsb6t.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/drive.appdata"
]
}
},
"pnpm": {
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"x64"
]
},
"overrides": {
"sharp": "0.33.5"
},
"ignoredBuiltDependencies": [
"@swc/core"
],
"onlyBuiltDependencies": [
"@swc/core"
]
}
}