Module

x/pagic/package.json

A static site generator powered by Deno + React
Go to Latest
File
{ "name": "pagic", "version": "1.0.0", "description": "", "main": "mod.ts", "scripts": { "start": "deno run --unstable --allow-read --allow-write --allow-net mod.ts build --serve --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "xcatliu <xcatliu@gmail.com>", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "eslint": "^7.0.0", "eslint-config-alloy": "^3.7.2", "eslint-plugin-react": "^7.20.0", "prettier": "^2.0.5", "typescript": "^3.9.2" }}