Files
standardnotes-app-web/packages/components/package.json
Johnny A 7c0938b877 feat: optional secret field (#1115)
* fix: add grab cursor to drag indicator

* feat: optional secret field

* chore: increment version

* chore: format files

* fix: import React automatically

* fix: qr code button not clickable

* fix: show entry types after title

* fix: remove stylekit references

* fix: import react

* chore: update yarn.lock

* fix: update webpack dev config

* fix: styles import path

* fix: skalert import

* fix: misc

* fix: build components using build:components script

* fix(tmp): @standardnotes/styles as a dependency for @standardnotes/components-meta

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-22 10:32:43 -04:00

37 lines
1.3 KiB
JSON

{
"name": "@standardnotes/components-meta",
"version": "2.1.7-alpha.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 components:clean",
"lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:lint",
"test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:test",
"build": "tsc --project tsconfig.json && yarn workspaces foreach --parallel --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"
}
}