@formant/ava-react
Version:
React components of AVA.
97 lines (96 loc) • 2.44 kB
JSON
{
"name": "@formant/ava-react",
"version": "3.3.33-formant",
"description": "React components of AVA.",
"author": {
"name": "formant",
"url": "https://antv.antgroup.com/"
},
"homepage": "https://ava.antv.antgroup.com",
"repository": {
"type": "git",
"url": "https://github.com/FormantIO/AVA/tree/master/packages/ava-react"
},
"keywords": [
"visualization",
"augmented-analytics",
"insight",
"react",
"component"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"unpkg": "dist/ava-react.min.js",
"module": "esm/index.js",
"files": [
"esm",
"dist",
"lib"
],
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx './'",
"lint-fix": "npm run lint -- --fix",
"prettier": " prettier --check '**/*' --ignore-path=../../.prettierignore",
"prettier-fix": "npm run prettier -- --write",
"format": "npm run prettier-fix && npm run lint-fix",
"lint-staged": "lint-staged",
"clean": "rimraf lib esm dist",
"build": "father build",
"test": "jest",
"coverage": "jest --coverage",
"watch": "yarn module && yarn build --w",
"dev": "vite"
},
"sideEffects": false,
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"dependencies": {
"@antv/g2": "^5.0.8",
"@formant/ava": "3.4.21-formant",
"canvg": "^4.0.1",
"classnames": "^2.3.2",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"lucide-react": "^0.484.0",
"date-fns": "^2.30.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@types/jest": "^26.0.24",
"@types/katex": "^0.16.0",
"@types/lodash": "^4.14.180",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^4.16.13",
"eslint": "^7.32.0",
"father": "^4.1.0",
"jest": "^24.9.0",
"lint-staged": "^11.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.3",
"vite": "^5.1.0"
},
"peerDependencies": {
"@ant-design/icons": ">=4.7.0",
"antd": ">=4.16.13",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}