forked from reatom/reatom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.04 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.04 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
{
"name": "reatom-workspace",
"type": "module",
"scripts": {
"postinstall": "pnpm --filter @reatom/core run build",
"prepare": "git config blame.ignoreRevsFile .git-blame-ignore-revs && husky",
"test": "vitest run",
"release": "tsx ./tools/publish.ts",
"reset": "sh ./tools/reset.sh",
"package-generator": "tsx tools/new-package.ts",
"actualize-issue-templates": "tsx ./tools/actualize-issue-templates.ts",
"update": "npx pnpm-check-updates -u",
"prettify": "prettier --write \"**/*.{js,ts,md}\"",
"prettify:check": "prettier --check \"**/*.{js,ts,md}\"",
"lint:md": "remark --rc-path .remark-lint.json --ext md,mdx --quiet --frail packages/*/README.md docs/src/content/"
},
"dependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@eslint/js": "catalog:",
"@observablehq/inspector": "catalog:",
"@preact/signals-core": "catalog:",
"@standard-schema/spec": "catalog:",
"@types/node": "latest",
"@vitejs/plugin-react": "catalog:",
"@vitest/browser-playwright": "catalog:",
"eslint": "catalog:",
"eslint-plugin-simple-import-sort": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"husky": "catalog:",
"jsondiffpatch": "catalog:",
"microbundle": "catalog:",
"prettier": "catalog:",
"remark-cli": "catalog:",
"remark-lint": "catalog:",
"remark-lint-expressive-code-label": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"vite": "catalog:",
"vite-plugin-solid": "catalog:",
"vitest": "catalog:",
"zx": "catalog:"
},
"author": "artalar",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/reatom/reatom.git"
},
"bugs": {
"url": "https://github.com/reatom/reatom/issues"
},
"homepage": "https://www.reatom.dev",
"devDependencies": {
"globals": "catalog:",
"prettier-plugin-astro": "catalog:",
"prettier-plugin-jsdoc": "catalog:"
},
"packageManager": "pnpm@10.25.0"
}