Files
standardnotes-app-web/packages/components/package.json
StandardNotes CI 724118ee87 chore(release): publish
- @standardnotes/components-meta@2.1.0-alpha.0
 - @standardnotes/desktop@3.22.3-alpha.3
 - @standardnotes/mobile@3.23.1-alpha.2
 - @standardnotes/web-server@1.2.7-alpha.4
 - @standardnotes/web@3.22.3-alpha.3
2022-06-14 21:02:49 +00:00

27 lines
744 B
JSON

{
"name": "@standardnotes/components-meta",
"version": "2.1.0-alpha.0",
"private": true,
"main": "dist",
"workspaces": {
"packages": [
"src/*"
]
},
"scripts": {
"compile": "yarn compile:lint && yarn compile:all",
"compile:lint": "yarn workspaces foreach --parallel --verbose run lint",
"compile:all": "yarn workspaces foreach --parallel --verbose run compile"
},
"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",
"node-sass": "7.0.1",
"sass": "^1.52.3",
"webpack": "^5.73.0",
"webpack-remove-empty-scripts": "^0.8.0"
}
}