-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@wener/wode",
"version": "1.0.0",
"type": "module",
"description": "Wener Node Monorepo",
"repository": {
"type": "git",
"url": "git+https://github.com/wenerme/wode.git"
},
"homepage": "https://github.com/wenerme/wode#readme",
"bugs": {
"url": "https://github.com/wenerme/wode/issues"
},
"author": "wener",
"license": "MIT",
"private": true,
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24.11.0",
"npm": ">=11.0.0",
"pnpm": ">=10.33.0"
},
"keywords": [],
"scripts": {
"build": "turbo run build --filter='!@wener/system'",
"dev": "turbo run dev --parallel",
"format": "vp fmt \"**/*.{ts,tsx,md}\"",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@bufbuild/protoc-gen-es": "^2.12.1",
"@connectrpc/protoc-gen-connect-es": "^1.7.0",
"@connectrpc/protoc-gen-connect-query": "^2.2.0",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/helpers": "^0.5.23",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^28.0.3",
"@types/lodash": "^4.17.24",
"@types/node": "^24.13.3",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/browser-playwright": "catalog:",
"autoprefixer": "^10.5.2",
"better-sqlite3": "^12.11.1",
"bun-types": "^1.3.14",
"cssnano": "^8.0.2",
"daisyui": "^5.6.15",
"esbuild": "^0.28.1",
"globby": "^16.2.1",
"jsdom": "^29.1.1",
"million": "^3.1.11",
"pg": "^8.22.0",
"pg-hstore": "^2.3.4",
"playwright": "^1.61.1",
"postcss": "^8.5.16",
"postcss-import": "^16.1.1",
"tailwindcss": "^4.3.2",
"tailwindcss-animate": "^1.0.7",
"ts-add-js-extension": "^1.6.6",
"ts-node": "11.0.0-beta.1",
"tslib": "^2.8.1",
"tsx": "^4.23.0",
"turbo": "^2.10.4",
"typedoc": "^0.28.20",
"typescript": "7.0.2",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.5",
"vite-plus": "catalog:",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "4.1.10",
"wrangler": "^4.108.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"lint-staged": {
"**/*": "vp fmt"
}
}