refactor: extract components to plugin repo (#1933)

This commit is contained in:
Mo
2022-11-04 11:04:53 -05:00
committed by GitHub
parent 5bba4820e4
commit 77d5093f14
1927 changed files with 1655 additions and 167892 deletions

View File

@@ -20,9 +20,7 @@
"tsc": "tsc --project tsconfig.json",
"upgrade:snjs": "ncu -u '@standardnotes/*'",
"watch": "webpack -w --config web.webpack.dev.js",
"copy:components": "yarn copy:components-assets && yarn copy:components-zips",
"copy:components-assets": "mkdir -p src/components/assets && cp -r ../../node_modules/@standardnotes/components-meta/dist/assets/. src/components/assets",
"copy:components-zips": "mkdir -p src/components/zips && cp -r ../../node_modules/@standardnotes/components-meta/dist/zips/. ./src/components/zips"
"copy:components": "node scripts/CopyComponents.mjs"
},
"devDependencies": {
"@babel/core": "*",
@@ -39,12 +37,29 @@
"@reach/listbox": "^0.17.0",
"@reach/tooltip": "^0.17.0",
"@reach/visually-hidden": "^0.17.0",
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/authenticator": "^2.3.8",
"@standardnotes/autobiography-theme": "^1.2.7",
"@standardnotes/bold-editor": "^1.6.3",
"@standardnotes/classic-code-editor": "^1.5.6",
"@standardnotes/dynamic-theme": "^1.2.8",
"@standardnotes/filepicker": "workspace:*",
"@standardnotes/focus-theme": "^1.4.6",
"@standardnotes/futura-theme": "^1.4.6",
"@standardnotes/icons": "workspace:*",
"@standardnotes/markdown-basic": "^1.6.1",
"@standardnotes/markdown-hybrid": "^1.7.7",
"@standardnotes/markdown-math": "^1.4.1",
"@standardnotes/markdown-minimal": "^1.2.1",
"@standardnotes/markdown-visual": "^1.0.7",
"@standardnotes/midnight-theme": "^1.4.6",
"@standardnotes/rich-text": "^1.8.7",
"@standardnotes/simple-task-editor": "^1.3.10",
"@standardnotes/sncrypto-web": "workspace:*",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/solarized-dark-theme": "^1.4.6",
"@standardnotes/spreadsheets": "^1.6.7",
"@standardnotes/styles": "workspace:*",
"@standardnotes/titanium-theme": "^1.4.6",
"@standardnotes/toast": "workspace:*",
"@standardnotes/ui-services": "workspace:^",
"@types/jest": "^29.2.0",
@@ -70,9 +85,10 @@
"jest-environment-jsdom": "^29.2.1",
"lint-staged": ">=12",
"mini-css-extract-plugin": "^2.6.1",
"minimatch": "^5.1.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"node-sass": "*",
"node-sass": "^7.0.3",
"npm-check-updates": "*",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",