-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "@vuu-ui/vuu-data-react",
"version": "0.13.114",
"main": "src/index.ts",
"author": "heswell",
"license": "Apache-2.0",
"scripts": {
"build:dev": "node ../../scripts/run-build.mjs",
"build": "node ../../scripts/run-build-rollup.mjs",
"test": "vitest run",
"type-defs": "node ../../scripts/build-type-defs.mjs"
},
"devDependencies": {
"@vuu-ui/vuu-data-types": "0.13.114",
"@vuu-ui/vuu-filter-types": "0.13.114",
"@vuu-ui/vuu-protocol-types": "0.13.114",
"@vuu-ui/vuu-table-types": "0.13.114"
},
"dependencies": {
"@vuu-ui/vuu-context-menu": "0.13.114",
"@vuu-ui/vuu-data-remote": "0.13.114",
"@vuu-ui/vuu-filter-parser": "0.13.114",
"@vuu-ui/vuu-filters": "0.13.114",
"@vuu-ui/vuu-layout": "0.13.114",
"@vuu-ui/vuu-notifications": "0.13.114",
"@vuu-ui/vuu-ui-controls": "0.13.114",
"@vuu-ui/vuu-utils": "0.13.114",
"@vuu-ui/vuu-table": "0.13.114",
"@salt-ds/core": "1.54.1",
"@salt-ds/styles": "0.2.1",
"@salt-ds/window": "0.1.1"
},
"peerDependencies": {
"clsx": "^2.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}