-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "sidepanel-for-backlog",
"description": "ブラウザのサイドパネル(もしくはサイドバー)に、Backlogの課題一覧を表示できます。",
"private": true,
"version": "0.4.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",
"format": "npx prettier './' --write",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryohidaka/sidepanel-for-backlog.git"
},
"author": "ryohidaka <[email protected]>",
"bugs": {
"url": "https://github.com/ryohidaka/sidepanel-for-backlog/issues"
},
"homepage": "https://github.com/ryohidaka/sidepanel-for-backlog#readme",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@plasmohq/storage": "^1.12.0",
"backlog-js": "^0.13.3",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"swr": "^2.2.5",
"use-backlog": "^0.1.5"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"husky": "^9.1.6",
"typescript": "^5.6.2",
"vite-plugin-package-version": "^1.1.0",
"vite-tsconfig-paths": "^5.0.1",
"wxt": "^0.19.9"
}
}