Remove webpack dependence, direct execution ES6
删除webpack依赖,直接执行ES6
Showing
{ | { | ||
"name": "antsword", | "name": "antsword", | ||
"version": "1.2.1", | "version": "1.3.0", | ||
"description": "中国蚁剑是一款跨平台的开源网站管理工具", | "description": "中国蚁剑是一款跨平台的开源网站管理工具", | ||
"main": "app.js", | "main": "app.js", | ||
"dependencies": { | "dependencies": { | ||
"babel-core": "^6.7.2", | "babel": "^5.2.17", | ||
"babel-loader": "^6.2.4", | |||
"babel-preset-es2015": "^6.6.0", | |||
"babel-preset-stage-0": "^6.5.0", | |||
"electron-prebuilt": "^0.37.2", | "electron-prebuilt": "^0.37.2", | ||
"extract-zip": "^1.5.0", | "extract-zip": "^1.5.0", | ||
"iconv-lite": "^0.4.13", | "iconv-lite": "^0.4.13", | ||
... | @@ -17,12 +14,11 @@ | ... | @@ -17,12 +14,11 @@ |
"nugget": "^2.0.0", | "nugget": "^2.0.0", | ||
"superagent": "^1.6.1", | "superagent": "^1.6.1", | ||
"superagent-proxy": "^1.0.0", | "superagent-proxy": "^1.0.0", | ||
"through": "^2.3.8", | "through": "^2.3.8" | ||
"webpack": "^1.12.14" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "electron app.js", | "start": "electron app.js", | ||
"build": "webpack --progress --color --watch" | "build": "npm start" | ||
}, | }, | ||
"author": "antoor <u@uyu.us>", | "author": "antoor <u@uyu.us>", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -32,12 +28,9 @@ | ... | @@ -32,12 +28,9 @@ |
}, | }, | ||
"debug": true, | "debug": true, | ||
"update": { | "update": { | ||
"md5": "1d21b4f1fb4ddc9a8014020a37b96777", | "md5": "", | ||
"logs": "修补 aspx 连接和文件管理的 Bug\n新添加了 aspx base64 编码器\n更新美化关于页面\n修正 Aspx 中代码根据用户配置自动编码\n重写前端资源加载方案\n优化部分ES6代码", | "logs": "", | ||
"sources": { | "sources": {} | ||
"coding.net": "https://coding.net/api/share/download/4aaf3221-af66-4f63-824d-37b81bc68711", | |||
"github": "https://github.com/antoor/antSword/releases/download/1.2.1/update.zip" | |||
} | |||
}, | }, | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/antoor/antSword/issues" | "url": "https://github.com/antoor/antSword/issues" | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
webpack.config.js
deleted
100644 → 0
Please register or sign in to comment