Files
standardnotes-app-web/packages/components/package.json
2022-06-14 09:38:06 -05:00

25 lines
713 B
JSON

{
"name": "@standardnotes/components-meta",
"version": "0.2.0",
"private": true,
"workspaces": {
"packages": [
"src/*"
]
},
"scripts": {
"build": "echo BUILDING COMPONENTS && yarn workspaces foreach --parallel run build",
"lint": "yarn workspaces foreach --parallel run lint",
"version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",
"@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"
}
}