DemuMesDataV/package.json

47 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2019-01-30 17:52:01 +08:00
{
2024-03-29 14:36:27 +08:00
"name": "@ykxiao/demu-mes-data-v",
2024-03-29 14:58:10 +08:00
"version": "1.0.1",
2024-03-29 14:36:27 +08:00
"author": "Longlong <long@qq.com>",
2019-01-30 17:52:01 +08:00
"description": "Vue Large screen data display component library",
"main": "lib/index.js",
2019-01-30 17:52:01 +08:00
"repository": {
"type": "git",
2024-03-29 14:36:27 +08:00
"url": "https://git.tool.dwoodauto.com/ykxiao/DemuMesDataV.git"
2019-01-30 17:52:01 +08:00
},
"scripts": {
2019-09-03 11:07:26 +08:00
"build": "node build/index.js",
"prepublish": "npm run build",
2019-09-10 15:08:35 +08:00
"deploy": "node deploy/index.js",
2019-01-30 17:52:01 +08:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bugs": {
2019-10-22 13:42:38 +08:00
"url": "https://github.com/DataV-Team/DataV/issues"
2019-01-30 17:52:01 +08:00
},
"keywords": [
"vue",
"chart",
2019-07-31 10:31:31 +08:00
"dataview",
"datavisual"
2019-01-30 17:52:01 +08:00
],
2019-06-26 15:25:53 +08:00
"dependencies": {
2019-09-03 11:07:26 +08:00
"@jiaminghi/charts": "*",
"@babel/runtime": "^7.5.5"
2019-06-26 15:25:53 +08:00
},
2019-10-22 13:42:38 +08:00
"homepage": "https://github.com/DataV-Team/DataV#readme",
2019-07-09 11:44:10 +08:00
"devDependencies": {
2019-09-03 11:07:26 +08:00
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@jiaminghi/fs": "0.0.1",
2019-09-10 15:08:35 +08:00
"ftp": "^0.3.10",
2019-09-03 11:07:26 +08:00
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
2019-09-10 15:08:35 +08:00
"rollup-plugin-terser": "^5.1.1",
2019-09-03 11:07:26 +08:00
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.10"
2019-07-09 11:44:10 +08:00
}
2019-01-30 17:52:01 +08:00
}