16de4da27f
Co-authored-by: Aaron Klinker <aklinker1@users.noreply.github.com>
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "wxt-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",
|
|
"compile": "tsc --noEmit",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"solid-js": "^1.7.8"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"vite-plugin-solid": "^2.7.0",
|
|
"wxt": "^0.3.0"
|
|
}
|
|
}
|