forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.36 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
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
{
"name": "ag-grid",
"version": "33.1.0",
"license": "MIT",
"scripts": {
"compressVideo": "tsx external/ag-website-shared/scripts/compress-video",
"build-generators": "nx run-many -p ag-grid-generate-code-reference-files,ag-grid-task-autogen,ag-grid-generate-example-files -t build && npm run build:css",
"subrepo": "tsx external/ag-shared/scripts/subrepo",
"postinstall": "patch-package && yarn run build-generators",
"bootstrap": "SHARP_IGNORE_GLOBAL_LIBVIPS=true YARN_REGISTRY=\"http://52.50.158.57:4873\" yarn",
"build:css": "tsx scripts/build-css.ts",
"build:css-debug": "CSS_DEBUG=1 tsx scripts/build-css.ts"
},
"private": true,
"engines": {
"node": "^20.11.1",
"yarn": "^1.22.21"
},
"dependencies": {
"fs-extra": "^11.2.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vue/compiler-sfc": "3.5.13",
"@types/postcss-import": "^14.0.3",
"@types/postcss-url": "^10.0.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"postcss-import": "^16.1.0",
"postcss-rtlcss": "^5.3.1",
"postcss-url": "^10.1.3",
"@eslint/js": "^9.2.0",
"@nx/devkit": "20.3.1",
"@nx/esbuild": "20.3.1",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/js": "20.3.1",
"@nx/react": "20.3.1",
"@nx/rollup": "20.3.1",
"@nx/vite": "20.3.1",
"@nx/web": "20.3.1",
"@nx/webpack": "20.3.1",
"@nx/workspace": "20.3.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.15",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/ui": "^1.3.1",
"esbuild": "^0.19.2",
"esbuild-plugin-umd-wrapper": "^2.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "0.5.1",
"eslint-plugin-react-hooks": "5.1.0",
"event-stream": "4.0.1",
"glob": "^11.0.0",
"globals": "^15.2.0",
"jest": "29.7.0",
"jest-environment-node": "^29.4.1",
"JSONStream": "1.3.5",
"node-fetch": "2.7.0",
"nx": "20.3.1",
"octokit": "^4.0.2",
"patch-package": "^8.0.0",
"prettier": "3.2.5",
"prompts": "^2.4.2",
"react-instantsearch": "^7.7.0",
"request": "2.88.2",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsx": "4.8.2",
"typescript": "~5.2.2",
"typescript-eslint": "^7.9.0",
"vite": "~5.0.13",
"vitest": "^2.0.5"
},
"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",
"external/ag-shared"
],
"nohoist": [
"**/@vue/**",
"**/vue",
"**/vue-template-compiler",
"**/vue-class-component"
]
},
"packageManager": "[email protected]"
}