-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.4 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.4 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
{
"name": "root",
"version": "0.1.2-next.0",
"description": "A high-performance monorepo for modern full-stack application development. Focused on data-management, storage, and UI with advanced reactivity. Provides a robust data schema, real-time server sync, and unified support for PostgreSQL, MySQL, SQLite, MongoDB, and PouchDB.",
"keywords": [
"data-management",
"storage",
"ui",
"reactivity",
"data schema",
"server sync",
"postgresql",
"mysql",
"sqlite",
"mongodb",
"pouchdb"
],
"scope": "medyll",
"private": true,
"scripts": {
"commit": "cz",
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,svelte}\"",
"package:pre": "pnpm -r run prepackage ",
"package": "pnpm -r run package",
"package:verify": "node scripts/verify-packages.js",
"postinstall": "npm run package:verify",
"verify:workspace-deps": "node scripts/verify-workspace-deps.js",
"add-skill": "node scripts/add-skill.mjs"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"workspaces": [
"packages/*",
"packages-config/*"
],
"publishConfig": {
"access": "public",
"directory": "."
},
"devDependencies": {
"@medyll/idae-db": "*",
"@medyll/idae-eslint-config": "workspace:*",
"@medyll/idae-shared": "workspace:*",
"@rushstack/eslint-patch": "^1.16.1",
"@types/jest": "^30.0.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^17.3.1",
"eslint": "^10.1.0",
"jest": "^30.3.0",
"ts-jest": "^29.4.6",
"tshy": "^3.3.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
},
"dependencies": {
"@medyll/idae-pnpm-release": "^1.0.33",
"@medyll/monorepo-pnpm-release": "^1.0.22",
"@octokit/rest": "^22.0.1",
"chalk": "^5.6.2",
"glob": "^13.0.6",
"js-yaml": "^4.1.1",
"mongoose-sequence": "^6.0.1",
"npm": "^11.12.0",
"publint": "^0.3.18"
},
"peerDependencies": {
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0-next",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.60.0"
}
}