25 lines
649 B
JSON
25 lines
649 B
JSON
{
|
|
"name": "@standardnotes/components",
|
|
"version": "0.3.0-alpha.2",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --parallel --verbose run build",
|
|
"lint": "yarn workspaces foreach --parallel --verbose run lint"
|
|
},
|
|
"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"
|
|
}
|
|
}
|