1 Star 0 Fork 9

h望星星/pagic

forked from xcatliu/pagic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
xcatliu 提交于 2020-09-28 16:01 . [feat] Support deno v1.4.2
{
"name": "pagic",
"version": "1.0.0",
"description": "A static site generator powered by Deno + React",
"main": "mod.ts",
"scripts": {
"start": "deno run --unstable --allow-read --allow-write --allow-net mod.ts build --serve --watch",
"test": "deno test --unstable --allow-read --allow-write --allow-net src",
"lint": "run-s eslint prettier",
"eslint": "eslint --ext .ts,.tsx,.js,.jsx .",
"eslint:fix": "eslint --ext .ts,.tsx,.js,.jsx --fix .",
"prettier": "prettier -l \"./**/*\"",
"prettier:fix": "prettier --write -l \"./**/*\"",
"update": "npm install --save-dev @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest eslint@latest eslint-config-alloy@latest eslint-plugin-react@latest prettier@latest typescript@latest"
},
"author": "xcatliu <xcatliu@gmail.com>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
"eslint-config-alloy": "^3.8.0",
"eslint-plugin-react": "^7.21.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/look-at-the-star/pagic.git
git@gitee.com:look-at-the-star/pagic.git
look-at-the-star
pagic
pagic
master

搜索帮助