Module

x/pagic/package.json

A static site generator powered by Deno + React
Go to Latest
File
{ "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", "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": "^3.9.0", "@typescript-eslint/parser": "^3.9.0", "eslint": "^7.6.0", "eslint-config-alloy": "^3.7.4", "eslint-plugin-react": "^7.20.6", "prettier": "^2.0.5", "typescript": "^3.9.7" }}