Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
Co-authored-by: leopku <leo@himysql.com>
27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"name": "omnivore-extension",
|
|
"version": "1.0.0",
|
|
"description": "browser extension for omnivore",
|
|
"scripts": {
|
|
"build": "env webpack --mode production",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.0.268",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/firefox-webext-browser": "^120.0.4",
|
|
"@types/uuid": "^10.0.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"dotenv-webpack": "^8.1.0",
|
|
"ts-loader": "^8.0.0",
|
|
"typescript": "^4.0.0",
|
|
"webpack": "^5.0.0",
|
|
"webpack-cli": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^4.0.2",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|