-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@klass/workspace",
"version": "0.0.0",
"description": "Class variant utility",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "turbo run clean",
"build": "turbo run build",
"build:unminify": "set UNMINIFY=true&&turbo run build",
"test": "turbo run test",
"test:preview": "pnpm --parallel --filter ./packages/** exec vite preview --open --outDir test-reports",
"format": "prettier . --write --cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flamrdevs/klass.git"
},
"author": "flamrdevs",
"license": "MIT",
"bugs": {
"url": "https://github.com/flamrdevs/klass/issues"
},
"homepage": "https://klass.pages.dev",
"devDependencies": {
"@ariakit/react": "^0.4.5",
"@ark-ui/react": "^2.2.3",
"@ark-ui/solid": "^2.2.0",
"@ark-ui/vue": "^0.11.0",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
"@builder.io/qwik": "^1.5.2",
"@changesets/cli": "^2.27.1",
"@kobalte/core": "^0.12.6",
"@preact/preset-vite": "^2.8.2",
"@preact/signals": "^1.2.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@solidjs/testing-library": "^0.8.7",
"@testing-library/preact": "^3.2.3",
"@testing-library/react": "^15.0.2",
"@testing-library/vue": "^8.0.3",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^1.5.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"jsdom": "^24.0.0",
"preact": "^10.20.2",
"prettier": "^3.2.5",
"radix-vue": "^1.7.0",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"solid-js": "^1.8.16",
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0",
"vue": "^3.4.23"
}
}