-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 1.47 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
{
"name": "llm-ui",
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"scripts": {
"ci": "pnpm lint && pnpm format-check && pnpm typecheck && pnpm test && pnpm build",
"lint": "eslint .",
"gen-package": "nx run @llm-ui/gen:gen-package",
"gen-examples": "nx run @llm-ui/examples:gen-examples && pnpm format-write && pnpm i",
"dev": "nx run-many --targets=dev,build-watch",
"build": "nx run-many -t build",
"typecheck": "nx run-many -t typecheck",
"test": "nx run-many -t test -- run",
"publish": "pnpm build && pnpm changeset publish",
"prepare": "husky",
"format-check": "prettier --config=.prettierrc.precommit.mjs --check .",
"format-write": "prettier --config=.prettierrc.precommit.mjs --write ."
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.1",
"fast-glob": "^3.3.2",
"globals": "^15.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"nx": "18.2.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.13",
"typescript": "^5.4.3",
"vitest": "^1.3.1"
}
}