-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "select-like-a-boss",
"description": "manifest.json description",
"private": true,
"version": "2024.9.1",
"type": "module",
"author": {
"name": "甜檸Cirtron (lcandy2)",
"email": "vanilla#citrons.cc",
"url": "https://github.com/lcandy2"
},
"homepage": "https://github.com/lcandy2/Select-like-a-Boss",
"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"
},
"dependencies": {
"@webext-core/storage": "^1.2.0",
"framer-motion": "^11.3.31",
"lucide-react": "^0.438.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"wxt": "^0.19.1"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}