1 Star 0 Fork 0

刘健/designPattern

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu_jian 提交于 2020-05-21 18:25 . feat:目录调整
{
"name": "designpattern",
"version": "1.0.0",
"description": "JS设计模式",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config ./webpack.dev.config.js --mode development"
},
"repository": {
"type": "git",
"url": "[email protected]:liu_jian001/designPattern.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"html-webpack-plugin": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"core-decorators": "^0.20.0",
"javascript-state-machine": "^3.1.0",
"jquery": "^3.5.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liu_jian001/designPattern.git
[email protected]:liu_jian001/designPattern.git
liu_jian001
designPattern
designPattern
master

搜索帮助