Files
standardnotes-app-web/packages/components/package.json
StandardNotes CI 57d5cb978b chore(release): publish
- @standardnotes/components-meta@2.1.0-alpha.13
 - @standardnotes/desktop@3.22.3-alpha.19
 - @standardnotes/icons@1.4.1-alpha.3
 - @standardnotes/mobile@3.23.1-alpha.9
 - @standardnotes/styles@1.2.2-alpha.3
 - @standardnotes/toast@1.2.1-alpha.3
 - @standardnotes/web-server@1.2.7-alpha.20
 - @standardnotes/web@3.22.3-alpha.7
 - @standardnotes/advanced-checklist@0.0.2-alpha.1
 - @standardnotes/markdown-hybrid@1.5.1-alpha.1
 - @standardnotes/bold-editor@1.3.6-alpha.1
 - @standardnotes/classic-code-editor@1.3.13-alpha.1
 - @standardnotes/markdown-math@1.3.7-alpha.1
 - @standardnotes/markdown-visual@1.0.8-alpha.1
 - @standardnotes/markdown-minimal@1.3.10-alpha.1
 - @standardnotes/rich-text@1.6.2-alpha.1
 - @standardnotes/markdown-basic@1.4.3-alpha.1
 - @standardnotes/simple-task-editor@1.3.11-alpha.1
 - @standardnotes/spreadsheets@1.4.5-alpha.1
 - @standardnotes/autobiography-theme@1.0.5-alpha.1
 - @standardnotes/dynamic-theme@1.0.5-alpha.1
 - @standardnotes/focus-theme@1.2.10-alpha.1
 - @standardnotes/futura-theme@1.2.10-alpha.1
 - @standardnotes/midnight-theme@1.2.9-alpha.1
 - @standardnotes/solarized-dark-theme@1.2.8-alpha.1
 - @standardnotes/titanium-theme@1.2.9-alpha.1
 - @standardnotes/authenticator@2.0.11-alpha.1
 - @standardnotes/inner-desktop@3.22.3-alpha.19
2022-06-16 01:56:57 +00:00

31 lines
1.2 KiB
JSON

{
"name": "@standardnotes/components-meta",
"version": "2.1.0-alpha.13",
"private": true,
"author": "Standard Notes",
"main": "dist",
"workspaces": {
"packages": [
"src/*"
]
},
"scripts": {
"components:clean": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:clean",
"components:lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:lint",
"components:test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:test",
"components:compile": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
"package": "node scripts/package.mjs"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/eslint-config-extensions": "^1.0.4",
"@standardnotes/features": "^1.45.1",
"mini-css-extract-plugin": "^2.6.0",
"minimatch": "^5.1.0",
"node-sass": "7.0.1",
"sass": "^1.52.3",
"webpack": "^5.73.0",
"webpack-remove-empty-scripts": "^0.8.0"
}
}