-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "sysu-toolbox",
"version": "0.0.0",
"private": true,
"author": {
"name": "mzwing",
"email": "mzwing@mzwing.eu.org"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
"preview": "vite preview",
"lint": "oxfmt . && oxlint --type-aware . && eslint .",
"lint:fix": "oxfmt --write . && oxlint --type-aware . --fix && eslint . --fix",
"knip": "knip",
"typecheck": "tsgo --noEmit",
"test": "vitest run"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.63",
"ai": "^6.0.177",
"solid-js": "^1.9.12",
"zod": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^25.6.2",
"@typescript/native-preview": "7.0.0-dev.20260510.1",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^10.3.0",
"eslint-plugin-oxlint": "^1.63.0",
"jiti": "^2.7.0",
"jsdom": "^29.1.1",
"knip": "^6.12.2",
"make-coverage-badge": "^1.2.0",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"oxlint-tsgolint": "^0.22.1",
"typescript": "^6.0.3",
"vite": "^8.0.11",
"vite-plugin-monkey": "^8.0.3",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@11.1.0"
}