This commit is contained in:
CSKIM
2026-05-07 09:44:53 +09:00
parent ed16fdafe6
commit 348288caeb
607 changed files with 7618 additions and 248 deletions
+15 -1
View File
@@ -9,7 +9,8 @@
"@tiptap/core": "^3.12.0",
"@tiptap/extension-image": "^3.12.0",
"@tiptap/pm": "^3.12.0",
"@tiptap/starter-kit": "^3.12.0"
"@tiptap/starter-kit": "^3.12.0",
"ag-grid-community": "^35.2.1"
},
"devDependencies": {
"esbuild": "^0.25.9"
@@ -815,6 +816,19 @@
"resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="
},
"node_modules/ag-charts-types": {
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-13.2.1.tgz",
"integrity": "sha512-r7veb3QqJtIKlXmeUsLR4/oDPwmHxFI2tmbZra/203mdaz3uwQUrrgYNg628nrK+7L2YxXnwGc6L05tWjLLjNQ=="
},
"node_modules/ag-grid-community": {
"version": "35.2.1",
"resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-35.2.1.tgz",
"integrity": "sha512-ycmGI+1EbUT7i3eg/Kgi1owwnkdHXRufo10Xm6cfSsVPM3TMpvlbLgi28KIPt9DGHZWHq9fOBn7nxMNdv1Yaow==",
"dependencies": {
"ag-charts-types": "13.2.1"
}
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",