-
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.23 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.23 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-table-extras",
"version": "1.0.1",
"author": "heswell",
"main": "src/index.ts",
"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",
"lezer-generate:column": "lezer-generator --output ./src/column-expression-input/column-language-parser/generated/column-parser.js ./src/column-expression-input/column-language-parser/grammar/column.grammar"
},
"devDependencies": {
"@vuu-ui/vuu-filter-types": "1.0.1",
"@vuu-ui/vuu-protocol-types": "1.0.1"
},
"dependencies": {
"@vuu-ui/vuu-codemirror": "1.0.1",
"@vuu-ui/vuu-data-react": "1.0.1",
"@vuu-ui/vuu-data-types": "1.0.1",
"@vuu-ui/vuu-table-types": "1.0.1",
"@vuu-ui/vuu-popups": "1.0.1",
"@vuu-ui/vuu-table": "1.0.1",
"@vuu-ui/vuu-utils": "1.0.1",
"@vuu-ui/vuu-ui-controls": "1.0.1",
"@lezer/lr": "1.4.8",
"@salt-ds/core": "1.54.1",
"@salt-ds/styles": "0.2.1",
"@salt-ds/window": "0.1.1"
},
"peerDependencies": {
"@floating-ui/react": "^0.26.28",
"clsx": "^2.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"type": "module"
}