-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "send-daily-report",
"displayName": "Send Daily Report",
"version": "1.3.3",
"description": "日報を楽に送信するための拡張機能です。",
"author": "nado",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"daisyui": "^3.0.0",
"date-fns": "^2.29.3",
"plasmo": "0.80.0",
"react": "18.3.1",
"react-daisyui": "^4.0.0",
"react-dom": "18.3.1",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@hookform/resolvers": "^3.0.0",
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@plasmohq/storage": "^1.0.0",
"@types/chrome": "0.0.241",
"@types/node": "18.16.19",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.13",
"clsx": "^2.0.0",
"postcss": "^8.4.20",
"prettier": "3.0.0",
"react-hook-form": "^7.41.5",
"react-textarea-autosize": "^8.4.0",
"typescript": "5.3.2",
"zod": "^3.20.2"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"storage"
]
}
}