加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
benweet 提交于 2018-08-21 18:24 . Tag v1.0.7
{
"name": "stackedit-js",
"version": "1.0.7",
"description": "Produce universal library with webpack and es6",
"main": "docs/lib/stackedit.js",
"scripts": {
"lint": "eslint --ext .js src",
"build": "webpack --env dev && webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "npm run lint",
"preversion": "npm run test",
"postversion": "git push origin master --tags && npm publish",
"patch": "npm run build && npm version patch -m \"Tag v%s\"",
"minor": "npm run build && npm version minor -m \"Tag v%s\"",
"major": "npm run build && npm version major -m \"Tag v%s\""
},
"author": "Benoit Schweblin",
"license": "MIT",
"bugs": {
"url": "https://github.com/benweet/stackedit.js/issues"
},
"homepage": "https://github.com/benweet/stackedit.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"webpack": "^3.10.0",
"yargs": "^10.0.3"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化