- @standardnotes/components-meta@2.2.1 - @standardnotes/desktop@3.22.15 - @standardnotes/mobile@3.24.1 - @standardnotes/releases@1.2.1 - @standardnotes/web-server@1.2.17 - @standardnotes/web@3.24.2 - @standardnotes/authenticator@2.1.1
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"name": "@standardnotes/components-meta",
|
|
"version": "2.2.1",
|
|
"private": true,
|
|
"author": "Standard Notes",
|
|
"main": "dist",
|
|
"workspaces": {
|
|
"packages": [
|
|
"src/packages/*"
|
|
]
|
|
},
|
|
"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": "tsc --project tsconfig.json && yarn workspaces foreach --parallel --interlaced --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
|
|
"package": "node scripts/package.mjs",
|
|
"version": "./scripts/VERSION.sh"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/styles": "workspace:*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|