@prisma/studio-core-licensed 0.0.0-dev.202506201836

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,154 @@
1
+ {
2
+ "name": "@prisma/studio-core-licensed",
3
+ "version": "0.0.0-dev.202506201836",
4
+ "description": "Modular Prisma Studio components",
5
+ "type": "module",
6
+ "sideEffects": false,
7
+ "exports": {
8
+ "./data": {
9
+ "import": {
10
+ "types": "./dist/data/index.d.ts",
11
+ "default": "./dist/data/index.js"
12
+ },
13
+ "require": {
14
+ "types": "./dist/data/index.d.cts",
15
+ "default": "./dist/data/index.cjs"
16
+ }
17
+ },
18
+ "./data/accelerate": {
19
+ "import": {
20
+ "types": "./dist/data/accelerate/index.d.ts",
21
+ "default": "./dist/data/accelerate/index.js"
22
+ },
23
+ "require": {
24
+ "types": "./dist/data/accelerate/index.d.cts",
25
+ "default": "./dist/data/accelerate/index.cjs"
26
+ }
27
+ },
28
+ "./data/bff": {
29
+ "import": {
30
+ "types": "./dist/data/bff/index.d.ts",
31
+ "default": "./dist/data/bff/index.js"
32
+ },
33
+ "require": {
34
+ "types": "./dist/data/bff/index.d.cts",
35
+ "default": "./dist/data/bff/index.cjs"
36
+ }
37
+ },
38
+ "./data/pglite": {
39
+ "import": {
40
+ "types": "./dist/data/pglite/index.d.ts",
41
+ "default": "./dist/data/pglite/index.js"
42
+ },
43
+ "require": {
44
+ "types": "./dist/data/pglite/index.d.cts",
45
+ "default": "./dist/data/pglite/index.cjs"
46
+ }
47
+ },
48
+ "./data/postgres-core": {
49
+ "import": {
50
+ "types": "./dist/data/postgres-core/index.d.ts",
51
+ "default": "./dist/data/postgres-core/index.js"
52
+ },
53
+ "require": {
54
+ "types": "./dist/data/postgres-core/index.d.cts",
55
+ "default": "./dist/data/postgres-core/index.cjs"
56
+ }
57
+ },
58
+ "./ui": {
59
+ "import": {
60
+ "types": "./dist/ui/index.d.ts",
61
+ "default": "./dist/ui/index.js"
62
+ },
63
+ "require": {
64
+ "types": "./dist/ui/index.d.cts",
65
+ "default": "./dist/ui/index.cjs"
66
+ }
67
+ },
68
+ "./ui/index.css": "./dist/ui/index.css"
69
+ },
70
+ "keywords": [],
71
+ "author": "",
72
+ "license": "UNLICENSED",
73
+ "devDependencies": {
74
+ "@arethetypeswrong/cli": "0.17.4",
75
+ "@dnd-kit/core": "6.3.1",
76
+ "@dnd-kit/sortable": "10.0.0",
77
+ "@dnd-kit/utilities": "3.2.2",
78
+ "@electric-sql/pglite": "0.3.0",
79
+ "@prisma/client": "6.5.0",
80
+ "@prisma/generator": "6.6.0-integration-push-xmzqvqxpztks.1",
81
+ "@radix-ui/react-checkbox": "1.1.4",
82
+ "@radix-ui/react-context-menu": "2.2.6",
83
+ "@radix-ui/react-dialog": "1.1.6",
84
+ "@radix-ui/react-dropdown-menu": "2.1.6",
85
+ "@radix-ui/react-label": "2.1.4",
86
+ "@radix-ui/react-popover": "1.1.6",
87
+ "@radix-ui/react-select": "2.1.6",
88
+ "@radix-ui/react-slot": "1.1.2",
89
+ "@radix-ui/react-switch": "1.2.2",
90
+ "@radix-ui/react-tooltip": "1.2.4",
91
+ "@tailwindcss/postcss": "4.1.8",
92
+ "@tanstack/react-query": "5.72.2",
93
+ "@tanstack/react-query-devtools": "5.72.2",
94
+ "@tanstack/react-table": "8.20.1",
95
+ "@tanstack/react-table-devtools": "8.21.3",
96
+ "@types/node": "22.3.0",
97
+ "@types/react-dom": "^19.0.4",
98
+ "class-variance-authority": "0.7.0",
99
+ "clsx": "2.1.1",
100
+ "date-fns": "4.1.0",
101
+ "dayjs": "1.11.13",
102
+ "kysely": "0.28.2",
103
+ "lucide-react": "0.466.0",
104
+ "motion": "12.9.2",
105
+ "motion-plus": "0.1.6",
106
+ "next-themes": "0.4.6",
107
+ "nuqs": "2.4.1",
108
+ "postcss": "8.4.41",
109
+ "postcss-import": "16.1.0",
110
+ "postcss-nested": "7.0.2",
111
+ "postcss-prefix-selector": "2.1.1",
112
+ "postcss-value-parser": "4.2.0",
113
+ "react-day-picker": "9.6.7",
114
+ "reactflow": "11.11.4",
115
+ "remeda": "2.21.3",
116
+ "short-uuid": "5.2.0",
117
+ "sonner": "2.0.3",
118
+ "std-env": "3.8.1",
119
+ "tailwind-merge": "2.5.2",
120
+ "tailwindcss": "4.1.8",
121
+ "tailwindcss-scoped-preflight": "3.4.12",
122
+ "tsup": "8.0.2",
123
+ "tsx": "4.17.0",
124
+ "tw-animate-css": "1.3.4",
125
+ "typescript": "5.5.4",
126
+ "uuid": "11.1.0",
127
+ "vitest": "3.0.9",
128
+ "zod": "3.24.2"
129
+ },
130
+ "files": [
131
+ "dist"
132
+ ],
133
+ "peerDependencies": {
134
+ "@prisma/client": "6.5.0",
135
+ "@types/react": "18.3.3",
136
+ "react": "18.3.0",
137
+ "react-dom": "18.3.0"
138
+ },
139
+ "scripts": {
140
+ "build": "BUILD_VARIANT=free tsup",
141
+ "build:variant:free": "BUILD_VARIANT=free tsx build-variant.ts",
142
+ "build:variant:licensed": "BUILD_VARIANT=licensed tsx build-variant.ts",
143
+ "dev": "BUILD_VARIANT=licensed tsup --watch",
144
+ "dev:variant:free": "BUILD_VARIANT=free tsup --watch",
145
+ "dev:variant:licensed": "BUILD_VARIANT=licensed tsup --watch",
146
+ "check:exports": "attw --pack . --profile node16",
147
+ "typecheck": "tsc",
148
+ "lint": "eslint --fix .",
149
+ "test": "vitest --passWithNoTests",
150
+ "test:data": "vitest --project data",
151
+ "test:ui": "vitest --passWithNoTests --project ui",
152
+ "test:e2e": "vitest --passWithNoTests --project e2e"
153
+ }
154
+ }