mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"name": "@standardnotes/app-monorepo",
|
|
"version": "3.21.0",
|
|
"private": true,
|
|
"author": "Standard Notes",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=12.19.0 <17.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn workspaces foreach --parallel run lint",
|
|
"test": "yarn workspaces foreach --parallel run test",
|
|
"clean": "lerna run clean",
|
|
"build": "yarn workspaces foreach -pt run build",
|
|
"build:icons": "yarn workspace @standardnotes/icons build",
|
|
"build:styles": "yarn workspace @standardnotes/styles build",
|
|
"build:web": "yarn workspace @standardnotes/web build",
|
|
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
|
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
|
"prepare": "husky install",
|
|
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
|
|
"version": "yarn install --no-immutable && git add yarn.lock"
|
|
},
|
|
"resolutions": {
|
|
"@types/styled-components/@types/react": "17.0.2",
|
|
"@types/styled-components-react-native/@types/react": "17.0.2",
|
|
"@types/react-native-vector-icons/@types/react": "17.0.2",
|
|
"@types/react-native/@types/react": "17.0.2",
|
|
"@types/hoist-non-react-statics/@types/react": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.2",
|
|
"@commitlint/config-conventional": "^17.0.2",
|
|
"@standardnotes/config": "^2.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
"eslint": "^8.17.0",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^13.0.1",
|
|
"prettier": "^2.6.2",
|
|
"release-please": "^13.18.3",
|
|
"typescript": "^4.7.3",
|
|
"webpack": "^5.72.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|