Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
Expand All @@ -28,6 +28,7 @@
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "*",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/clipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
"lint": "eslint src/ && yarn tsc",
"lint:fix": "eslint src/ --fix",
"tsc": "tsc --project tsconfig.json",
"clean": "rm -rf dist"
"clean": "del-cli dist"
},
"devDependencies": {
"@standardnotes/web": "workspace:*",
"@types/webextension-polyfill": "^0.10.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "11.0.0",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-config-prettier": "^8.9.0",
"ts-loader": "^9.4.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
Expand All @@ -32,6 +32,7 @@
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "*",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/filepicker/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "webpack-dev-server --config webpack.config.js",
"watch": "webpack -w --config webpack.config.js",
Expand All @@ -25,6 +25,7 @@
"@standardnotes/config": "^2.2.0",
"@types/wicg-native-file-system": "^2020.6.0",
"babel-loader": "^8.2.3",
"del-cli": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.6",
"typescript": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "react-native start",
"tsc": "tsc --noEmit",
"upgrade:snjs": "ncu -u '@standardnotes/*'",
"bundle:web": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/"
"bundle:web": "shx mkdir -p html/Web.bundle/src/web-src/ && shx cp -r ../web/dist/. html/Web.bundle/src/web-src/"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down Expand Up @@ -69,6 +69,7 @@
"react-native-share": "^12.0.9",
"react-native-version-info": "^1.1.1",
"react-native-webview": "13.13.5",
"shx": "^0.4.0",
"typescript": "*"
},
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "./dist/index.d.ts",
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
Expand All @@ -31,6 +31,7 @@
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/responses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
Expand All @@ -26,6 +26,7 @@
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "*",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/sncrypto-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prebuild": "yarn clean",
"build": "tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json --watch",
Expand All @@ -26,6 +26,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"typescript": "*"
Expand Down
3 changes: 2 additions & 1 deletion packages/sncrypto-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prebuild": "yarn clean",
"build": "webpack --mode production && tsc",
"watch": "webpack --mode production --watch",
Expand All @@ -41,6 +41,7 @@
"babel-loader": "^9.1.0",
"chai": "^4.3.7",
"connect": "^3.7.0",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"regenerator-runtime": "^0.13.10",
Expand Down
3 changes: 2 additions & 1 deletion packages/snjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"start": "webpack -w --config webpack.dev.js",
"start:test-server": "yarn node e2e-server.js",
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prebuild": "yarn clean",
"build": "yarn tsc && webpack --config webpack.prod.js",
"watch": "webpack --config webpack.prod.js --watch",
Expand Down Expand Up @@ -60,6 +60,7 @@
"babel-loader": "^9.1.0",
"circular-dependency-plugin": "^5.2.2",
"crypto-js": "^4.1.1",
"del-cli": "^7.0.0",
"docdash": "^2.0.0",
"dom-storage": "^2.1.0",
"eslint": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"clean": "rm -fr dist",
"clean": "del-cli dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
Expand All @@ -37,6 +37,7 @@
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"del-cli": "^7.0.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist",
"clean": "del-cli dist",
"format": "prettier --write src/javascripts",
"lint": "eslint src/javascripts && yarn tsc",
"lint:fix": "eslint src/javascripts --fix",
Expand Down Expand Up @@ -66,6 +66,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "*",
"dayjs": "^1.11.9",
"del-cli": "^7.0.0",
"dotenv": "^16.0.3",
"eslint": "*",
"eslint-config-prettier": "^8.9.0",
Expand Down
Loading