-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/monorepo",
"bugs": "https://github.com/saiichihashimoto/standard-configs/issues",
"repository": "github:saiichihashimoto/standard-configs",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/saiichihashimoto"
},
"workspaces": ["@types/*", "packages/*"],
"scripts": {
"build": "turbo run build --color",
"dev": "concurrently --prefix-colors \"auto\" npm:dev:*",
"dev:build": "turbo run dev --color --parallel --concurrency 50",
"dev:test": "npm run test -- --watch",
"prelint": "npm run build",
"lint": "lint-staged --shell --verbose --diff \"4b825dc642cb6eb9a060e54bf8d69288fbee4904\" --no-stash",
"prepare": "is-ci || concurrently --timings --prefix-colors \"auto\" npm:prepare:*",
"prepare:brew": "brew bundle",
"prepare:husky": "husky install",
"test": "jest --color --cache"
},
"dependencies": {
"@manypkg/cli": "0.21.0",
"@total-typescript/ts-reset": "0.6.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jest": "29.5.2",
"@types/lint-staged": "13.2.0",
"@types/lodash": "4.17.12",
"@typescript-eslint/eslint-plugin": "6.7.5",
"concurrently": "9.0.1",
"cross-env": "7.0.3",
"eslint": "8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-lodash-fp": "2.2.0-a1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"eslint-plugin-unicorn": "48.0.1",
"husky": "9.1.6",
"imagemin-lint-staged": "0.5.1",
"is-ci": "3.0.1",
"jest": "29.6.0",
"lint-staged": "14.0.1",
"multi-semantic-release": "3.0.2",
"prettier-plugin-sh": "0.12.8",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"turbo": "1.10.15",
"typescript": "5.2.2"
},
"engines": {
"node": "^18.15.0"
}
}