1 Star 0 Fork 1

theajack / university

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2022-07-03 12:21 . feat: npm 包支持
{
"name": "univ-query",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack-config/build.js",
"build:npm": "webpack --config webpack-config/build-npm.js",
"dev": "webpack-dev-server --open --config webpack-config/dev.js",
"lint": "eslint src --ext js",
"test": "node public/test-npm.js",
"test:web": "serve npm",
"publish": "npm publish npm"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"easy-dom-util": "^0.0.29",
"easy-icon": "1.0.7",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-loader": "3.0.2",
"eslint-plugin-html": "6.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-vue": "6.2.2",
"file-loader": "6.0.0",
"husky": "3.0.9",
"less": "3.11.1",
"less-loader": "5.0.0",
"lint-staged": "9.4.2",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"raw-loader": "4.0.0",
"style-loader": "1.1.3",
"tacl-ui": "0.0.28",
"url-loader": "4.0.0",
"vue": "2.6.11",
"vue-loader": "15.9.1",
"vue-template-compiler": "2.6.11",
"webpack": "4.41.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.2"
}
}
JavaScript
1
https://gitee.com/theajack/university.git
git@gitee.com:theajack/university.git
theajack
university
university
master

搜索帮助