-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.41 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.41 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
89
90
{
"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": ">=18",
"npm": ">=9.0.0",
"pnpm": ">=8.0.0"
},
"keywords": [],
"scripts": {
"build": "turbo run build --filter='!@wener/system'",
"dev": "turbo run dev --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@bufbuild/protoc-gen-es": "^2.12.0",
"@connectrpc/protoc-gen-connect-es": "^1.7.0",
"@connectrpc/protoc-gen-connect-query": "^2.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.33",
"@swc/helpers": "^0.5.21",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^28.0.1",
"@types/lodash": "^4.17.24",
"@types/node": "^24.12.2",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260330.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"@vitest/browser-playwright": "^4.1.5",
"autoprefixer": "^10.5.0",
"better-sqlite3": "^12.9.0",
"bun-types": "^1.3.13",
"cssnano": "^7.1.8",
"daisyui": "^5.5.19",
"esbuild": "^0.28.0",
"globby": "^16.2.0",
"jsdom": "^29.1.1",
"million": "^3.1.11",
"pg": "^8.20.0",
"pg-hstore": "^2.3.4",
"postcss": "^8.5.13",
"prettier": "^3.8.3",
"prettier-plugin-pkg": "^0.22.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.2.4",
"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.21.0",
"turbo": "^2.9.8",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.5",
"wrangler": "^4.87.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}