mirror of https://gitee.com/antv-l7/antv-l7
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "dom-align",
|
|
"description": "Align DOM Node Flexibly ",
|
|
"version": "1.10.2",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"pika": true,
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"dom",
|
|
"align"
|
|
],
|
|
"homepage": "http://github.com/yiminghe/dom-align",
|
|
"bugs": {
|
|
"url": "http://github.com/yiminghe/dom-align/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:yiminghe/dom-align.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@pika/plugin-build-node": "^0.6.0",
|
|
"@pika/plugin-build-types": "^0.6.0",
|
|
"pika-plugin-build-web-babel": "^0.6.0",
|
|
"@pika/plugin-standard-pkg": "^0.6.0",
|
|
"@pika/types": "^0.6.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"expect.js": "^0.3.1",
|
|
"jquery": "^1.11.2",
|
|
"pre-commit": "1.x",
|
|
"rc-test": "6.x",
|
|
"rc-tools": "6.x",
|
|
"react": "16.x",
|
|
"react-dom": "16.x",
|
|
"create-react-class": "^15.6.3",
|
|
"lint-staged": "^9.2.1",
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"esnext": "dist-src/index.js",
|
|
"module": "dist-web/index.js",
|
|
"main": "dist-node/index.js",
|
|
"types": "dist-types/index.d.ts"
|
|
}
|