Files
standardnotes-app-web/packages/components/package.json
StandardNotes CI 2b05f35433 chore(release): publish
- @standardnotes/api@1.4.4
 - @standardnotes/components-meta@2.7.3
 - @standardnotes/desktop@3.23.59
 - @standardnotes/encryption@1.13.3
 - @standardnotes/features@1.50.3
 - @standardnotes/filepicker@1.21.2
 - @standardnotes/files@1.8.3
 - @standardnotes/mobile@3.30.10
 - @standardnotes/models@1.15.3
 - @standardnotes/releases@1.2.76
 - @standardnotes/responses@1.9.2
 - @standardnotes/services@1.16.3
 - @standardnotes/snjs@2.123.2
 - @standardnotes/web-server@1.2.81
 - @standardnotes/web@3.37.6
 - @standardnotes/advanced-checklist@0.2.2
 - @standardnotes/simple-task-editor@1.4.1
2022-07-06 21:39:52 +00:00

42 lines
1.6 KiB
JSON

{
"name": "@standardnotes/components-meta",
"version": "2.7.3",
"private": true,
"author": "Standard Notes.",
"main": "dist",
"workspaces": {
"packages": [
"src/Packages/Deprecated/*",
"src/Packages/Editors/*",
"src/Packages/Themes/*"
]
},
"scripts": {
"clean": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run clean",
"lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run lint",
"format": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run format",
"test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run test",
"build": "yarn build:ts && yarn workspaces foreach --parallel --interlaced --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
"build:ts": "tsc --project tsconfig.json",
"package": "yarn build:ts && node scripts/package.mjs",
"version": "./scripts/VERSION.sh"
},
"dependencies": {
"@standardnotes/features": "workspace:*",
"@standardnotes/styles": "workspace:*",
"@standardnotes/utils": "workspace:*"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/eslint-config-extensions": "^1.0.4",
"copy-webpack-plugin": "^11.0.0",
"mini-css-extract-plugin": "^2.6.0",
"minimatch": "^5.1.0",
"node-sass": "7.0.1",
"sass": "^1.52.3",
"typescript": "*",
"webpack": "*",
"webpack-remove-empty-scripts": "^0.8.0"
}
}