-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
152 lines (152 loc) · 4.98 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "ag-charts",
"version": "10.3.3-beta.20241203",
"license": "MIT",
"scripts": {
"init": "yarn install",
"new-version": "./tools/bump-versions.sh",
"package": "nx pack --prod && nx pack:verify --prod",
"subrepo": "tsx external/ag-shared/scripts/subrepo",
"clean": "rimraf dist/ packages/*/dist packages/*/lib",
"preinstall": "npx --package=npm-run-all -- run-s preinstall:*",
"preinstall:verify-native-dep-versions": "./tools/dependencies/check-versions.sh",
"postinstall": "npx run-s postinstall:*",
"postinstall:patch": "patch-package",
"postinstall:verify-canvas-binary-present": "test -f node_modules/canvas/build/Release/canvas.node",
"postinstall:nx-daemon-prebuild-restart": "(test -e .nx/cache/d/server-process.json && nx daemon --stop) || echo \"Nx Daemon not running\"",
"postinstall:nx-plugin-build": "nx run-many -p ag-charts-generate-chart-thumbnail,ag-charts-generate-code-reference-files,ag-charts-generate-example-files,ag-charts-task-autogen -t build",
"postinstall:nx-daemon-restart": "(test -e .nx/cache/d/server-process.json && nx daemon --stop) || echo \"Nx Daemon not running\""
},
"private": true,
"engines": {
"node": "^20.10.0",
"yarn": "^1.22.21"
},
"dependencies": {
"@nicolo-ribaudo/semver-v6": "^6.3.3",
"@nx/devkit": "18.3.4",
"@swc/helpers": "0.5.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/types": "7.12.7",
"@carbon/icons-react": "^11.21.0",
"@eslint/js": "^9.14.0",
"@nanostores/persistent": "^0.9.0",
"@nanostores/react": "^0.7.1",
"@nx/esbuild": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/vite": "18.3.4",
"@nx/workspace": "18.3.4",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.20",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/jest-image-snapshot": "^5.1.0",
"@types/jscodeshift": "^0.11.6",
"@types/node": "18.19.17",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/prismjs": "^1.26.0",
"@types/prompts": "^2.4.9",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/ws": "^8.5.10",
"@vitest/coverage-v8": "1.5.3",
"@vitest/ui": "1.5.3",
"algoliasearch": "^4.18.0",
"canvas": "^2.10.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"classnames": "^2.3.2",
"cssnano": "^7.0.2",
"cssnano-preset-lite": "^4.0.0",
"cypress": "^13.6.6",
"dependency-cruiser": "^13.1.5",
"esbuild": "^0.19.2",
"esbuild-plugin-umd-wrapper": "^2.0.0",
"eslint": "^9.14.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-react-hooks": "^5.1.0-rc-df783f9ea1-20240708",
"glob": "8.0.3",
"globals": "^15.12.0",
"html-minifier-terser": "^7.2.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.4.1",
"jest-image-snapshot": "^6.0.0",
"jest-junit": "^16.0.0",
"jest-runner": "^29.5.0",
"jest-serial-runner": "^1.2.1",
"jscodeshift": "^0.15.0",
"jsdom": "~22.1.0",
"junit-report-merger": "^6.0.2",
"madge": "8.0.0",
"nanostores": "^0.9.3",
"npm-run-all": "^4.1.5",
"nx": "18.3.4",
"nx-cloud": "18.0.1",
"octokit": "^4.0.2",
"patch-package": "^8.0.0",
"pixelmatch": "^5.2.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.1",
"prompts": "^2.4.2",
"raf": "3.4.1",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-dom": "^18.2.0",
"react-instantsearch-dom": "^6.40.1",
"react-query": "^3.39.3",
"rimraf": "3.0.2",
"sucrase": "^3.32.0",
"timezone-mock": "^1.3.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsx": "4.8.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.14.0",
"vite": "5.0.10",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "1.5.3",
"wait-on": "^8.0.1",
"ws": "8.9.0",
"yargs": "^17.7.2"
},
"workspaces": {
"packages": [
"external/ag-shared",
"packages/ag-charts-community",
"packages/ag-charts-community-examples",
"packages/ag-charts-enterprise",
"packages/ag-charts-angular",
"packages/ag-charts-locale",
"packages/ag-charts-react",
"packages/ag-charts-types",
"packages/ag-charts-vue3",
"packages/ag-charts-website",
"packages/ag-charts-website-e2e",
"plugins/ag-charts-generate-chart-thumbnail",
"plugins/ag-charts-generate-code-reference-files",
"plugins/ag-charts-generate-example-files",
"plugins/ag-charts-task-autogen",
"libraries/ag-charts-test",
"tests/angular-package-tests",
"tests/react-package-tests",
"tests/vue-package-tests"
],
"nohoist": [
"**/tinypool",
"**/@vue/**",
"**/vue",
"**/vue-template-compiler"
]
}
}