@linkdesign/screen
Version:
屏组件库,但使用场景又不局限于屏。主要用于BI、大盘和屏
80 lines (79 loc) • 2.26 kB
JSON
{
"name": "@linkdesign/screen",
"version": "0.2.1",
"description": "屏组件库,但使用场景又不局限于屏。主要用于BI、大盘和屏",
"files": [
"build",
"dist",
"lib",
"demo"
],
"main": "lib/index.js",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"test": "build-scripts test",
"prepublishOnly": "npm run build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint ./**/*.less"
},
"keywords": [
"ice",
"react",
"component"
],
"dependencies": {
"@antv/g2": "^4.0.14",
"@types/echarts": "^4.9.2",
"axios": "^0.19.2",
"countup.js": "^2.0.7",
"echarts": "^5.0.1",
"lodash-es": "^4.17.19",
"moment": "^2.27.0",
"prop-types": "^15.5.8",
"qrcode": "^1.4.4",
"rxjs": "^6.6.0"
},
"devDependencies": {
"@alifd/next": "1.x",
"@alifd/theme-1": "^0.4.0",
"@alifd/theme-2": "^0.3.1",
"@iceworks/spec": "^1.0.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.178",
"@types/qrcode": "^1.4.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-leaflet": "^2.8.2",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"build-plugin-component": "^1.0.0",
"build-plugin-css-assets-local": "^0.1.0",
"build-plugin-fusion": "^0.1.22",
"build-plugin-moment-locales": "^0.1.0",
"build-scripts": "^1.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.0.0",
"eslint-config-ali": "^14.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stylelint": "^13.7.2"
},
"peerDependencies": {
"@alifd/next": "1.x",
"react": "^16 || ^17"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"homepage": "https://unpkg.com/@linkdesign/screen@0.2.1/build/index.html"
}