-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "typescript-node-yarn-pnp-boilerplate",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/*",
"packages/subsystem-1/*"
],
"scripts": {
"commit": "commit-wizard",
"lint-staged": "lint-staged",
"lint": "yarn turbo run lint",
"lint:eslint": "yarn turbo run lint:eslint",
"lint:types": "yarn turbo run lint:types",
"lint:prettier": "yarn turbo run lint:prettier"
},
"keywords": [
"typescript",
"yarn",
"pnp",
"zero install",
"boilerplat",
"scaffold"
],
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@cspell/cspell-types": "6.6.1",
"@manypkg/cli": "0.19.1",
"@types/prettier": "2.4.1",
"cspell": "6.6.1",
"eslint": "8.13.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-testing-library": "5.3.1",
"eslint-plugin-unicorn": "42.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "7.0.4",
"lint-staged": "12.3.8",
"prettier": "2.6.0",
"turbo": "1.6.3"
}
}