-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.62 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.62 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
39
40
41
42
43
44
45
46
{
"name": "example-adaptable-nocode-aggrid",
"version": "1.0.0",
"description": "Demo of AdapTable No-code plugin",
"main": "index.js",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdaptableTools/example-adaptable-nocode-aggrid.git"
},
"dependencies": {
"@adaptabletools/adaptable": "15.0.1",
"@adaptabletools/adaptable-plugin-nocode-aggrid": "15.0.1",
"@ag-grid-community/core": "29.0.0",
"@ag-grid-community/styles": "29.0.0",
"@ag-grid-community/client-side-row-model": "29.0.0",
"@ag-grid-enterprise/charts": "29.0.0",
"@ag-grid-enterprise/clipboard": "29.0.0",
"@ag-grid-enterprise/column-tool-panel": "29.0.0",
"@ag-grid-enterprise/excel-export": "29.0.0",
"@ag-grid-enterprise/filter-tool-panel": "29.0.0",
"@ag-grid-enterprise/menu": "29.0.0",
"@ag-grid-enterprise/range-selection": "29.0.0",
"@ag-grid-enterprise/rich-select": "29.0.0",
"@ag-grid-enterprise/row-grouping": "29.0.0",
"@ag-grid-enterprise/server-side-row-model": "29.0.0",
"@ag-grid-enterprise/side-bar": "29.0.0",
"@ag-grid-enterprise/sparklines": "29.0.0",
"@ag-grid-enterprise/status-bar": "29.0.0",
"parcel-bundler": "^1.12.4"
},
"keywords": [],
"author": "JonnyAdaptableTools",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdaptableTools/example-adaptable-nocode-aggrid/issues"
},
"homepage": "https://github.com/AdaptableTools/example-adaptable-nocode-aggrid#readme",
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
}