Files
trezor-suite/package.json
2019-09-19 18:11:50 +02:00

55 lines
1.9 KiB
JSON

{
"name": "trezor-suite",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/trezor/trezor-suite.git",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"node": "=10.x.x"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"!(suite-native)/react-native",
"!(suite-native)/react-native/**",
"**/babel-jest"
]
},
"scripts": {
"bootstrap": "lerna bootstrap",
"postinstall": "lerna bootstrap",
"build:libs": "lerna run build:lib",
"deps": "rimraf 'node_modules' '*/**/node_modules' && yarn",
"deps:update": "rimraf 'yarn.lock' 'node_modules' '*/**/node_modules' && yarn",
"suite:dev": "yarn workspace @trezor/suite-web dev",
"suite:dev:ios": "yarn workspace @trezor/suite-native dev:ios",
"suite:dev:android": "yarn workspace @trezor/suite-native dev:android",
"suite:dev:desktop": "yarn workspace @trezor/suite-desktop dev:desktop",
"suite:build:web": "yarn workspace @trezor/suite-web build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.4.1",
"@typescript-eslint/parser": "^1.4.1",
"babel-plugin-module-resolver": "^3.1.2",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.2.0",
"lerna": "^3.16.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"prettier-eslint": "^9.0.0",
"pretty-quick": "^1.10.0",
"prettylint": "^1.0.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.2",
"ts-jest": "^24.0.2"
}
}