UNPKG

ptool

Version:

vue项目开发通用工具类封装

43 lines (42 loc) 1.1 kB
{ "name": "ptool", "version": "2.0.16", "description": "vue项目开发通用工具类封装", "main": "./dist/project-general-tools.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc --removeComments" }, "repository": { "type": "git", "url": "https://e.coding.net/maddragon/project-general-tools.git" }, "keywords": [ "MadDragon", "TypeScript", "tools", "axios", "cookie", "log", "localStorage", "sessionStorage", "moment" ], "author": "Mad Dragon <395548460@qq.com>", "license": "MIT", "dependencies": { "@types/node": "^13.11.1", "axios": "^0.19.2", "compression-webpack-plugin": "^4.0.1", "element-ui": "^2.15.5", "localforage": "^1.7.3", "mockjs": "^1.1.0", "moment": "^2.27.0", "terser-webpack-plugin": "^4.1.0", "vue": "^2.6.11", "vue-router": "^3.4.3" }, "devDependencies": { "@types/mockjs": "^1.0.4" } }