-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 765 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 765 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
{
"name": "example-adaptable-ipushpull-integration",
"private": true,
"description": "Demo of the Adaptable + IPushPull",
"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": "~22.0.3",
"@adaptabletools/adaptable-plugin-ipushpull": "~22.0.3",
"ag-grid-enterprise": "35.0.1",
"parcel": "2.15.4"
},
"keywords": [],
"author": "JonnyAdaptableTools",
"license": "MIT",
"devDependencies": {
"@types/node": "^25.4.0",
"buffer": "^6.0.3",
"prettier": "^2.7.1",
"process": "^0.11.10",
"typescript": "4.9.5"
}
}