1 Star 0 Fork 0

云飞扬/todomvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
Thorsten Kober 提交于 2023-09-11 16:12 . pin node version (#2193)
{
"name": "todomvc",
"version": "0.1.2",
"engines": {
"node": "8.17.0"
},
"main": "server.js",
"files": [
"license.md",
"server.js",
"examples",
"media",
"site-assets",
"index.html",
"learn.json"
],
"scripts": {
"test-server": "gulp test-server &",
"server": "gulp test-server",
"gulp": "gulp",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:record": "npm run cy:run -- --record",
"test": "run-p --race server cy:run",
"test:record": "start-server-and-test server http://localhost:8000 cy:run:record",
"test:all": "node tests/cya.js"
},
"dependencies": {
"express": "^4.10.0"
},
"devDependencies": {
"@bahmutov/print-env": "^1.0.1",
"bluebird": "^3.5.1",
"chalk": "^2.3.0",
"console.table": "^0.9.1",
"cypress": "^3.4.1",
"del": "^0.1.1",
"figlet": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.0",
"gulp-if": "^1.2.1",
"gulp-imagemin": "3.0.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-size": "^1.0.0",
"gulp-uncss": "^0.5.0",
"gulp-useref": "^1.0.2",
"gulp-vulcanize": "^1.0.0",
"jshint-stylish": "^1.0.0",
"minimist": "^1.2.0",
"npm-run-all": "^4.1.2",
"pluralize": "^7.0.0",
"psi": "^0.1.1",
"ramda": "^0.25.0",
"run-sequence": "^1.0.1",
"serve-favicon": "^2.3.0",
"start-server-and-test": "^1.0.0",
"vinyl-fs": "github:gulpjs/vinyl-fs#59386ca"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lh_yun/todomvc.git
git@gitee.com:lh_yun/todomvc.git
lh_yun
todomvc
todomvc
master

搜索帮助