forked from Stinger-Soft/AggridBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 875 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 875 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
30
31
32
33
34
35
36
37
38
{
"name": "stinger-ag-grid",
"version": "2.1.0-beta.0",
"description": "ag-Grid Enterprise Features",
"main": "Resources/public/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
},
"keywords": [
"grid",
"data",
"table"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Stinger-Soft/AggridBundle/issues"
},
"homepage": "https://github.com/Stinger-Soft/AggridBundle/",
"dependencies": {
"ag-grid-community": ">=21.0"
},
"scripts": {
"lint": "prettier --check ."
},
"devDependencies": {
"@types/bazinga-translator": "^3",
"@types/jquery": "^3||^2",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"jquery": "1.9.1 - 3",
"moment": "^2.24",
"prettier": "2.6.2",
"typescript": "^4.9.4",
"webpack": "^4.26.1"
}
}