-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
79 lines (79 loc) · 2.8 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "suspensive",
"private": true,
"keywords": [
"suspensive",
"react",
"react-query"
],
"homepage": "https://suspensive.org",
"bugs": "https://github.com/toss/suspensive/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/suspensive.git"
},
"license": "MIT",
"author": "Jonghyeon Ko <[email protected]>",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"blc:suspensive.org": "pnpm blc https://suspensive.org --ro --exclude='https://x.com/*' --exclude='https://codesandbox.io/api/v1/sandboxes/define?undefined&environment=create-react-app'",
"build": "turbo run build",
"changeset": "changeset",
"changeset:publish": "pnpm prepack && changeset publish",
"changeset:version": "changeset version && pnpm i --lockfile-only",
"ci:all": "pnpm ci:attw && pnpm ci:eslint && pnpm ci:publint && pnpm ci:sherif && pnpm ci:type && pnpm ci:test && pnpm ci:knip && pnpm ci:bench && pnpm build",
"ci:attw": "turbo run ci:attw",
"ci:bench": "turbo run ci:bench",
"ci:eslint": "turbo run ci:eslint",
"ci:knip": "pnpm prepack && pnpm knip",
"ci:publint": "turbo run ci:publint",
"ci:sherif": "sherif --ignore-package \"./examples/*\" --ignore-package \"./docs/*\" --ignore-dependency \"@tanstack/react-query\" ",
"ci:test": "turbo run ci:test",
"ci:type": "turbo run ci:type",
"clean": "turbo run clean",
"dev": "turbo watch ci:test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"graph": "rimraf ./graph && mkdir graph && turbo run build --graph=graph/index.html",
"packlint": "packlint sort -R",
"preinstall": "corepack enable",
"prepack": "turbo run prepack",
"prepare": "husky",
"start": "turbo run start"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@codspeed/vitest-plugin": "^3.1.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.8.6",
"@vitest/browser": "^2.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"broken-link-checker": "^0.7.8",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"knip": "^5.36.0",
"lint-staged": "^15.2.10",
"ms": "3.0.0-canary.1",
"packlint": "^0.2.4",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"rimraf": "^6.0.1",
"sherif": "^1.0.1",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.4.5",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}