-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 976 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 976 Bytes
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
{
"name": "@vuu-ui/vuu-layout",
"version": "0.13.27",
"description": "VUU Layout Components",
"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",
"type-defs": "node ../../scripts/build-type-defs.mjs"
},
"types": "src/index.ts",
"devDependencies": {
"@vuu-ui/vuu-data-types": "0.13.27",
"@vuu-ui/vuu-filter-types": "0.13.27"
},
"dependencies": {
"@salt-ds/core": "1.43.0",
"@salt-ds/styles": "0.2.1",
"@salt-ds/window": "0.1.1",
"@vuu-ui/vuu-datatable": "0.13.27",
"@vuu-ui/vuu-filters": "0.13.27",
"@vuu-ui/vuu-popups": "0.13.27",
"@vuu-ui/vuu-table": "0.13.27",
"@vuu-ui/vuu-ui-controls": "0.13.27",
"@vuu-ui/vuu-utils": "0.13.27"
},
"peerDependencies": {
"clsx": "^2.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"sideEffects": false
}