forked from shishkin/astro-pagefind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 887 Bytes
/
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
{
"name": "root",
"private": true,
"workspaces": [
"packages/example",
"packages/astro-pagefind"
],
"scripts": {
"dev": "npm run dev --workspace=example",
"lint": "eslint --ext .ts,.js,.astro .",
"build": "npm run build --workspaces --if-present",
"release": "npm run release --workspace=astro-pagefind",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@types/eslint": "8.56.9",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.34.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0"
},
"dependencies": {}
}