UNPKG

dj_import_history

Version:

public import history function component for dj.com

67 lines (66 loc) 1.68 kB
{ "name": "dj_import_history", "version": "1.1.18", "description": "public import history function component for dj.com", "main": "dist/index.js", "email": "wcw515@163.com", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack --mode development", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "http://192.168.1.66/Front-Component/dj_import_history_fe.git" }, "files": [ "dist", "package.json", "README.md" ], "keywords": [ "import", "history", "function", "dj", "front", "end" ], "author": "王成伍", "license": "ISC", "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "babel-plugin-component": "^1.1.1", "clean-webpack-plugin": "^3.0.0", "file-loader": "^4.0.0", "sass": "^1.22.6", "url-loader": "^2.0.0", "vue-loader": "^15.7.0", "webpack-cli": "^3.3.4" }, "dependencies": { "@babel/cli": "^7.4.4", "@babel/polyfill": "^7.4.4", "@babel/runtime": "^7.4.5", "axios": "^0.19.0", "babel-loader": "^8.0.6", "core-js": "^2.6.9", "css-loader": "^3.0.0", "element-ui": "^2.8.2", "install": "^0.12.2", "markdown": "^0.5.0", "node-sass": "^4.12.0", "npm": "^6.9.0", "q": "^1.5.1", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "vue": "^2.6.10", "vue-template-compiler": "^2.6.10", "vue-template-es2015-compiler": "^1.9.1", "webpack": "^4.35.0", "webpack-ruleset": "^0.1.8" } }