20 Star 100 Fork 29

Yaohaixiao / plan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "plan",
"version": "0.1.0",
"description": "Plan 是一个纯 JavaScript 开发的 Todo 类型的任务管理应用。",
"main": "plan.js",
"scripts": {
"dev": "gulp dev",
"start": "gulp start",
"build": "gulp build",
"lint": "gulp lint"
},
"keywords": [
"javascript",
"todo",
"plan"
],
"author": "Robert Yao",
"license": "MIT",
"dependencies": {
"chart.js": "^2.8.0",
"dragula": "^3.7.2",
"marked": "^0.7.0",
"mitt": "^1.1.3",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babelify": "^10.0.0",
"browserify": "^16.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^5.0.0",
"gulp-html-beautify": "^1.0.1",
"gulp-pug": "^4.0.1",
"gulp-pug-lint": "^0.1.6",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.12.0",
"pump": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/env"
]
}
]
]
}
}
JavaScript
1
https://gitee.com/yaohaixiao/plan.git
git@gitee.com:yaohaixiao/plan.git
yaohaixiao
plan
plan
master

搜索帮助