- @standardnotes/components-meta@2.1.6-alpha.0 - @standardnotes/desktop@3.22.11-alpha.0 - @standardnotes/icons@1.4.4-alpha.0 - @standardnotes/mobile@3.23.7-alpha.0 - @standardnotes/toast@1.2.4-alpha.0 - @standardnotes/web-server@1.2.13-alpha.0 - @standardnotes/web@3.22.6-alpha.0 - @standardnotes/markdown-hybrid@1.5.4-alpha.0 - @standardnotes/bold-editor@1.3.9-alpha.0 - @standardnotes/classic-code-editor@1.3.16-alpha.0 - @standardnotes/rich-text@1.6.5-alpha.0 - @standardnotes/markdown-basic@1.4.6-alpha.0 - @standardnotes/simple-task-editor@1.3.14-alpha.0 - @standardnotes/spreadsheets@1.4.8-alpha.0 - @standardnotes/authenticator@2.0.14-alpha.0
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"name": "@standardnotes/components-meta",
|
|
"version": "2.1.6-alpha.0",
|
|
"private": true,
|
|
"author": "Standard Notes",
|
|
"main": "dist",
|
|
"workspaces": {
|
|
"packages": [
|
|
"src/packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"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",
|
|
"version": "./scripts/VERSION.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@standardnotes/deterministic-zip": "^1.2.0",
|
|
"@standardnotes/eslint-config-extensions": "^1.0.4",
|
|
"@standardnotes/features": "^1.45.1",
|
|
"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"
|
|
}
|
|
}
|