-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"name": "@lollipop-onl/webextensions-backlog-notification",
"version": "1.5.0",
"description": "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です",
"main": "index.js",
"repository": "https://github.com/lollipop-onl/webextensions-backlog-notification.git",
"author": "lollipop-onl <lollipop@simochee.net>",
"license": "MIT",
"type": "module",
"private": true,
"devDependencies": {
"@tsconfig/vite-react": "^3.4.0",
"@types/lodash": "^4.14.172",
"@types/lodash-es": "^4.17.4",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-infinite-scroller": "^1.2.2",
"autoprefixer": "^10.4.20",
"swr": "^1.0.0",
"tailwindcss": "^3.4.17",
"wxt": "^0.19.23"
},
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"postinstall": "wxt prepare"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"clsx": "^1.1.1",
"dayjs": "^1.10.7",
"framer-motion": "^4.1.17",
"ky": "^0.28.5",
"ky-universal": "^0.9.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-infinite-scroller": "^1.2.4",
"react-use": "^17.3.1"
},
"webExt": {
"sourceDir": "dist"
}
}