-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 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
{
"name": "@klass/workspace",
"type": "module",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"build": "turbo run build",
"pretest": "pnpm run build",
"test": "vitest run",
"pretestui": "pnpm run build",
"testui": "vitest --ui",
"prepublint": "pnpm run build",
"publint": "pnpm --parallel --filter=\"@klass/*\" exec publint",
"format": "biome check --write",
"inspect": "pnpx node-modules-inspector"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/plugin-transform-react-jsx-development": "7.25.9",
"@biomejs/biome": "2.2.0",
"@builder.io/qwik": "1.13.0",
"@changesets/cli": "2.29.2",
"@preact/preset-vite": "2.10.1",
"@preact/signals": "2.0.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@vitejs/plugin-react": "4.4.1",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "4.1.2",
"@vitest/ui": "3.1.2",
"babel-plugin-transform-hook-names": "1.0.2",
"husky": "9.1.7",
"jsdom": "26.1.0",
"preact": "10.26.5",
"publint": "0.3.12",
"react": "19.1.0",
"react-dom": "19.1.0",
"solid-js": "1.9.5",
"terser": "5.39.0",
"turbo": "2.5.2",
"typescript": "5.8.3",
"vite": "6.3.3",
"vite-plugin-dts": "4.5.3",
"vite-plugin-solid": "2.11.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.1.2",
"vue": "3.5.13"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=23.0.0"
}
}