-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.47 KB
/
package.json
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
{
"name": "support-template-adaptable-aggrid",
"version": "1.0.0",
"description": "AdapTable Support Template",
"source": "index.html",
"scripts": {
"dev": "parcel index.html --no-cache",
"build": "parcel build index.html",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,scss,md,json,html}\""
},
"dependencies": {
"@adaptabletools/adaptable": "~19.2.0",
"@ag-grid-community/client-side-row-model": "~32.3.0",
"@ag-grid-community/core": "~32.3.0",
"@ag-grid-community/styles": "~32.3.0",
"@ag-grid-enterprise/charts": "~32.3.0",
"@ag-grid-enterprise/clipboard": "~32.3.0",
"@ag-grid-enterprise/column-tool-panel": "~32.3.0",
"@ag-grid-enterprise/excel-export": "~32.3.0",
"@ag-grid-enterprise/filter-tool-panel": "~32.3.0",
"@ag-grid-enterprise/menu": "~32.3.0",
"@ag-grid-enterprise/range-selection": "~32.3.0",
"@ag-grid-enterprise/rich-select": "~32.3.0",
"@ag-grid-enterprise/row-grouping": "~32.3.0",
"@ag-grid-enterprise/server-side-row-model": "~32.3.0",
"@ag-grid-enterprise/side-bar": "~32.3.0",
"@ag-grid-enterprise/sparklines": "~32.3.0",
"@ag-grid-enterprise/status-bar": "~32.3.0",
"parcel": "2.12.0"
},
"keywords": [],
"author": "JonnyAdaptableTools",
"license": "MIT",
"homepage": "https://github.com/AdaptableTools/support-template-adaptable-react-aggrid#readme",
"devDependencies": {
"prettier": "^2.7.1",
"process": "^0.11.10",
"typescript": "4.9.5"
}
}