VChart/packages/vstory/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@visactor/vstory",
"version": "0.0.1",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"cjs",
"es",
"dist"
],
"scripts": {
"compile": "tsc --noEmit",
"eslint": "eslint --debug --fix src/",
"build": "bundle",
"dev": "bundle --clean -f es -w",
"start": "vite ./demo",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.0",
"@visactor/vrender-core": "0.20.15",
"@visactor/vrender-kits": "0.20.15",
"@visactor/vrender-components": "0.20.15",
"@visactor/vutils": "~0.18.18"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "3.1.0",
"eslint": "~8.18.0",
"vite": "3.2.6",
"typescript": "4.9.5"
}
}