mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Sync Repo / git-sync (push) Has been cancelled
Publish Packages / Build & Test (push) Has been cancelled
Publish Packages / Build Docker Image (push) Has been cancelled
Publish Packages / Publish to Docker Hub (push) Has been cancelled
Publish Packages / E2E Base Test Suite (push) Has been cancelled
Publish Packages / E2E Vaults Test Suite (push) Has been cancelled
Publish Packages / Build and publish Docker Image for Web App (push) Has been cancelled
Publish Packages / Publish to NPM (push) Has been cancelled
- @standardnotes/clipper@1.1.566 - @standardnotes/desktop@3.110.171 - @standardnotes/mobile@3.58.230 - @standardnotes/releases@1.4.870 - @standardnotes/web@3.201.7
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"name": "@standardnotes/clipper",
|
|
"description": "Web clipper browser extension for Standard Notes",
|
|
"version": "1.1.566",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",
|
|
"build-mv3": "yarn clean && MANIFEST_VERSION=3 webpack --config ./webpack.config.prod.js",
|
|
"watch:web": "BUILD_TARGET=clipper yarn workspace @standardnotes/web run watch",
|
|
"watch-mv2": "webpack --config ./webpack.config.dev.js --watch",
|
|
"watch-mv3": "MANIFEST_VERSION=3 webpack --config ./webpack.config.dev.js --watch",
|
|
"build-firefox": "BUILD_TARGET=clipper yarn build:web && EXT_TARGET=firefox yarn build-mv2 && web-ext build --source-dir ./dist --overwrite-dest",
|
|
"build-chromium": "BUILD_TARGET=clipper yarn build:web && EXT_TARGET=chromium yarn build-mv3 && web-ext build --source-dir ./dist --overwrite-dest",
|
|
"run-firefox": "web-ext run -t firefox-desktop --keep-profile-changes -s ./dist",
|
|
"run-chromium": "web-ext run -t chromium --keep-profile-changes -s ./dist",
|
|
"lint": "eslint src/ && yarn tsc",
|
|
"lint:fix": "eslint src/ --fix",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"devDependencies": {
|
|
"@standardnotes/web": "workspace:*",
|
|
"@types/webextension-polyfill": "^0.10.0",
|
|
"babel-loader": "^9.1.0",
|
|
"copy-webpack-plugin": "11.0.0",
|
|
"eslint": "*",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "*",
|
|
"web-ext": "^7.5.0",
|
|
"webextension-polyfill": "^0.10.0",
|
|
"webpack": "*"
|
|
},
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.4.2",
|
|
"@standardnotes/snjs": "workspace:^"
|
|
}
|
|
}
|