-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.29 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.29 KB
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
{
"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 <jonghyeon@toss.im>",
"packageManager": "pnpm@10.9.0",
"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 run build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"ci:all": "pnpm run ci:eslint && pnpm run ci:sherif && pnpm run ci:type && pnpm run ci:test && pnpm run ci:knip && pnpm run build",
"ci:eslint": "turbo run ci:eslint",
"ci:knip": "pnpm run build && pnpm knip",
"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 dev",
"format": "oxfmt --write \"**/*.{ts,tsx,md}\"",
"graph": "rimraf ./graph && mkdir graph && turbo run build --graph=graph/index.html",
"packlint": "packlint sort -R",
"preinstall": "corepack enable",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@vitest/coverage-istanbul": "^4.1.0",
"@vitest/ui": "^4.1.0",
"broken-link-checker": "^0.7.8",
"eslint": "^9.39.2",
"husky": "^9.1.7",
"jsdom": "^29.0.0",
"knip": "^6.0.2",
"lint-staged": "^16.4.0",
"oxfmt": "^0.42.0",
"packlint": "^0.2.4",
"rimraf": "^6.1.3",
"sherif": "^1.11.0",
"tsdown": "^0.21.4",
"turbo": "^2.8.20",
"typescript": "^5.8.3",
"vite": "^8.0.1",
"vitest": "^4.1.0"
}
}