-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "root",
"version": "0.0.0",
"type": "module",
"private": true,
"author": "Tom Theisel <tom.theisel@gmail.com>",
"scripts": {
"launch-demo": "astro --root demo dev",
"install:all": "pnpm recursive install",
"format": "prettier -w **/*.{astro,js,jsx,mjs,svelte,ts,tsx}",
"lint": "npx eslint .",
"prepare": "husky install",
"generate-docs": "typedoc",
"test:ci": "pnpm --filter lab test:ci",
"test": "pnpm --filter lab test"
},
"repository": {
"type": "git",
"url": "https://github.com/theisel/astro-portabletext.git"
},
"bugs": {
"url": "https://github.com/theisel/astro-portabletext/issues"
},
"homepage": "https://github.com/theisel/astro-portabletext#readme",
"devDependencies": {
"@astrojs/check": "^0.8.3",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.8.0",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.6",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=9.4.0"
},
"packageManager": "pnpm@9.4.0"
}