|
|
@@ -1,49 +0,0 @@
|
|
|
-{
|
|
|
- "name": "@growi/markdown-splitter",
|
|
|
- "version": "1.0.0",
|
|
|
- "license": "MIT",
|
|
|
- "private": "true",
|
|
|
- "type": "module",
|
|
|
- "module": "dist/index.js",
|
|
|
- "types": "dist/index.d.ts",
|
|
|
- "files": [
|
|
|
- "dist"
|
|
|
- ],
|
|
|
- "main": "dist/index.cjs",
|
|
|
- "exports": {
|
|
|
- ".": {
|
|
|
- "import": "./dist/index.js",
|
|
|
- "require": "./dist/index.cjs"
|
|
|
- }
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "build": "vite build",
|
|
|
- "clean": "shx rm -rf dist",
|
|
|
- "dev": "vite build --mode dev",
|
|
|
- "watch": "yarn dev -w --emptyOutDir=false",
|
|
|
- "lint:js": "yarn eslint **/*.{js,ts}",
|
|
|
- "lint:typecheck": "tsc",
|
|
|
- "lint": "npm-run-all -p lint:*",
|
|
|
- "test": "vitest run --coverage"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "js-tiktoken": "^1.0.15",
|
|
|
- "js-yaml": "^4.1.0",
|
|
|
- "remark-frontmatter": "^5.0.0",
|
|
|
- "remark-gfm": "^4.0.0",
|
|
|
- "remark-parse": "^11.0.0",
|
|
|
- "remark-stringify": "^11.0.0",
|
|
|
- "unified": "^11.0.0"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "@types/js-yaml": "^4.0.9",
|
|
|
- "eslint-plugin-regex": "^1.8.0",
|
|
|
- "hast-util-sanitize": "^4.1.0",
|
|
|
- "pako": "^2.1.0",
|
|
|
- "throttle-debounce": "^5.0.0"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "react": "^18.2.0",
|
|
|
- "react-dom": "^18.2.0"
|
|
|
- }
|
|
|
-}
|