forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.4 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "ag-grid",
"version": "35.2.1-beta.20260419.2046",
"license": "MIT",
"scripts": {
"compressVideo": "tsx external/ag-website-shared/scripts/compress-video",
"build-generators": "nx run-many -p ag-grid-task-autogen -t build",
"subrepo": "tsx external/ag-shared/scripts/subrepo",
"postinstall": "npx run-s postinstall:*",
"postinstall:patch": "[ \"$AG_WORKTREE_FAST_PATH\" = \"1\" ] || ./external/ag-shared/scripts/apply-patches.sh",
"postinstall:build-generators": "[ \"$AG_WORKTREE_FAST_PATH\" = \"1\" ] || yarn run build-generators",
"postinstall:setup-git-hooks": "./external/ag-shared/scripts/git-hooks/setup-hooks.sh",
"postinstall:setup-prompts": "./external/ag-shared/scripts/setup-prompts/setup-prompts.sh --postinstall",
"bootstrap": "SHARP_IGNORE_GLOBAL_LIBVIPS=true YARN_REGISTRY=\"https://registry.ag-grid.com\" yarn",
"git-clean": "git clean -fdx && git reset --hard HEAD",
"git-purge-local-only": "git fetch -p && for branch in $(git for-each-ref --format '%(refname) %(upstream:track)' refs/heads | awk '$2 == \"[gone]\" {sub(\"refs/heads/\", \"\", $1); print $1}'); do git branch -D $branch; done",
"behave": "./behave.sh"
},
"private": true,
"engines": {
"node": "^22.21.1",
"yarn": "^1.22.21"
},
"dependencies": {
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@axe-core/cli": "^4.10.2",
"@axe-core/playwright": "^4.10.2",
"@eslint/js": "^10.0.1",
"@modelcontextprotocol/server-sequential-thinking": "^2025.12.18",
"@nx/devkit": "20.8.4",
"@nx/esbuild": "20.8.4",
"@nx/eslint": "20.8.4",
"@nx/eslint-plugin": "20.8.4",
"@nx/js": "20.8.4",
"@nx/react": "20.8.4",
"@nx/rollup": "20.8.4",
"@nx/web": "20.8.4",
"@nx/workspace": "20.8.4",
"@playwright/test": "^1.59.1",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.30",
"@swc/helpers": "0.5.21",
"@types/node": "^22.15.3",
"@types/node-fetch": "2.6.13",
"@types/postcss-import": "^14.0.3",
"@types/postcss-url": "^10.0.4",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "8.59.0",
"@typescript-eslint/parser": "8.59.0",
"@vue/compiler-sfc": "3.5.33",
"JSONStream": "1.3.5",
"autoprefixer": "^10.5.0",
"bent": "^7.3.12",
"cssnano": "^7.1.5",
"dependency-cruiser": "^17.3.10",
"esbuild": "^0.28.0",
"esbuild-plugin-umd-wrapper": "^3.0.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-sonarjs": "4.0.3",
"eslint-plugin-unicorn": "64.0.0",
"event-stream": "4.0.1",
"glob": "^11.1.0",
"globals": "^17.5.0",
"knip": "6.6.1",
"node-fetch": "2.7.0",
"nx": "20.8.4",
"octokit": "^5.0.5",
"patch-package": "^8.0.1",
"postcss-import": "^16.1.1",
"postcss-rtlcss": "^6.0.0",
"postcss-selector-parser": "^7.1.1",
"postcss-url": "^10.1.3",
"prettier": "3.8.3",
"prompts": "^2.4.2",
"rulesync": "^8.2.0",
"stylelint": "^17.9.0",
"stylelint-config-standard": "^40.0.0",
"ts-node": "10.9.2",
"tsx": "4.21.0",
"typescript": "~5.4.5",
"typescript-eslint": "^8.58.2",
"vite": "~5.4.19",
"vitest": "2.1.9"
},
"workspaces": {
"packages": [
"community-modules/styles",
"community-modules/locale",
"packages/ag-grid-community",
"packages/ag-grid-enterprise",
"packages/ag-grid-react",
"packages/ag-grid-angular",
"packages/ag-grid-vue3",
"documentation/ag-grid-docs",
"documentation/update-algolia-indices",
"plugins/ag-grid-generate-code-reference-files",
"plugins/ag-grid-generate-example-files",
"plugins/ag-grid-task-autogen",
"testing/behavioural",
"testing/module-size",
"testing/module-size-angular",
"testing/angular-package-tests",
"testing/react-package-tests",
"testing/vue-package-tests",
"testing/accessibility",
"testing/csp",
"testing/vue3-tests",
"testing/public-recipes/e2e",
"testing/angular-tests",
"external/ag-shared"
],
"nohoist": [
"**/@vue/**",
"**/vue",
"**/vue-template-compiler",
"**/vue-class-component"
]
},
"resolutions": {
"**/baseline-browser-mapping": "2.10.21"
},
"packageManager": "yarn@1.22.21"
}