27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"name": "wxt-solid-starter",
|
|
"description": "manifest.json description",
|
|
"private": true,
|
|
"version": "0.0.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"
|
|
},
|
|
"dependencies": {
|
|
"solid-js": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.0.280",
|
|
"@wxt-dev/module-solid": "^1.1.2",
|
|
"typescript": "^5.6.3",
|
|
"wxt": "^0.19.13"
|
|
}
|
|
}
|