-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 834 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 834 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
{
"name": "@vuu-ui/vuu-popups",
"version": "0.13.32",
"description": "VUU popup components - Context Menu, Dialog etc",
"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"
},
"dependencies": {
"@salt-ds/core": "1.43.0",
"@salt-ds/styles": "0.2.1",
"@salt-ds/window": "0.1.1",
"@vuu-ui/vuu-context-menu": "0.13.32",
"@vuu-ui/vuu-data-types": "0.13.32",
"@vuu-ui/vuu-layout": "0.13.32",
"@vuu-ui/vuu-utils": "0.13.32",
"@vuu-ui/vuu-ui-controls": "0.13.32"
},
"peerDependencies": {
"clsx": "^2.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"sideEffects": false
}