aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 17:20:09 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 17:20:09 +0530
commita05ef4bb5101e6e8d999ad0d7383b394996fb763 (patch)
tree38072e3abe8d0bdaababf0abd1710dc47baa4a3c /package.json
parentchore: move 'packages/forms' into 'src' (no longer an injected package) (#2079) (diff)
downloadferdium-app-a05ef4bb5101e6e8d999ad0d7383b394996fb763.tar.gz
ferdium-app-a05ef4bb5101e6e8d999ad0d7383b394996fb763.tar.zst
ferdium-app-a05ef4bb5101e6e8d999ad0d7383b394996fb763.zip
chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 248a96ef9..c453bf705 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
25 "dev": "cross-env NODE_ENV=development gulp dev", 25 "dev": "cross-env NODE_ENV=development gulp dev",
26 "test": "jest", 26 "test": "jest",
27 "test:watch": "jest --watch", 27 "test:watch": "jest --watch",
28 "lint": "eslint \"{src,scripts,packages}/**/*.{js,jsx,ts,tsx}\" --quiet", 28 "lint": "eslint \"{src,test,scripts}/**/*.{js,jsx,ts,tsx}\" --quiet",
29 "lint:fix": "npm run lint -- --fix", 29 "lint:fix": "npm run lint -- --fix",
30 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", 30 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace",
31 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json", 31 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json",
@@ -35,7 +35,6 @@
35 "commit": "git-cz", 35 "commit": "git-cz",
36 "contributors": "all-contributors", 36 "contributors": "all-contributors",
37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
38 "packages": "npx lerna publish --no-git-tag-version",
39 "postinstall": "ts-node scripts/postinstall.ts", 38 "postinstall": "ts-node scripts/postinstall.ts",
40 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 39 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
41 "update-submodules": "git submodule update --remote --force", 40 "update-submodules": "git submodule update --remote --force",
@@ -65,7 +64,6 @@
65 "@mdi/font": "6.2.95", 64 "@mdi/font": "6.2.95",
66 "@mdi/js": "6.2.95", 65 "@mdi/js": "6.2.95",
67 "@mdi/react": "1.5.0", 66 "@mdi/react": "1.5.0",
68 "@meetfranz/theme": "file:packages/theme",
69 "@sentry/electron": "2.5.3", 67 "@sentry/electron": "2.5.3",
70 "auto-launch": "5.0.5", 68 "auto-launch": "5.0.5",
71 "btoa": "1.2.1", 69 "btoa": "1.2.1",