news-threads-client/package.json

52 строки
1.4 KiB
JSON

{
"name": "newsthreads",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"private": true,
"engines": {
"node": ">= 12.0"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"slurp": "node ./packages/scripts/lib/index.js",
"clean": "yarn workspaces foreach -piv run clean",
"build_all": "yarn workspaces foreach -pivt run build",
"bundle_all": "yarn workspaces foreach -piv run bundle",
"start": "yarn workspaces foreach -piv run start",
"deploy_all": "yarn workspaces foreach -piv run deploy",
"lint": "essex lint --docs",
"test": "echo essex test",
"prettify": "essex prettify",
"git_is_clean": "essex git-is-clean",
"ci": "CI=true run-s build_all lint bundle_all test git_is_clean"
},
"devDependencies": {
"@essex/eslint-config": "^10.0.1",
"@essex/eslint-plugin": "^10.0.1",
"@essex/prettier-config": "^10.0.0",
"@essex/scripts": "^11.0.1",
"@types/eslint": "^7",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.12.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-graphql": "^4.0.0",
"graphql": "^15.3.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"shx": "^0.3.2",
"typescript": "^4.0.3"
},
"resolutions": {
"@types/react": "16.9.44",
"@types/react-native": "npm:@types/react@16.9.44"
},
"workspaces": [
"packages/*"
]
}