-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
28 lines (28 loc) · 915 Bytes
/
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
{
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "pwd && ls packages/buckaroo-js-core && ls packages/buckaroo-js-core/node_modules/ && esbuild js/widget.tsx --format=esm --bundle --outdir=buckaroo/static/",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.3.2",
"@ag-grid-community/core": "^32.3.2",
"@ag-grid-community/infinite-row-model": "^32.3.2",
"@ag-grid-community/react": "^32.3.2",
"@ag-grid-community/styles": "^32.3.2",
"@anywidget/react": "^0.0.8",
"buckaroo-js-core": "./packages/buckaroo-js-core",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}