1 Star 0 Fork 0

simon/todolist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
jianglongyan 提交于 2022-09-22 18:09 . feat: todo edit
{
"name": "manifest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jlongyan/todolist.git
git@gitee.com:jlongyan/todolist.git
jlongyan
todolist
todolist
main

搜索帮助