-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "prodwarn",
"displayName": "Prodwarn",
"version": "0.5.0",
"homepage": "https://github.com/teguru-labs/prodwarn",
"description": "Show alerts to prevent accidental testing on live sites",
"author": "Teguru Co., Ltd <[email protected]> (https://teguru.com)",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"plasmo": "^0.90.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.304",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"daisyui": "^4.12.23",
"postcss": "8.4.33",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}