UNPKG

antwar

Version:

A static site engine built with React and Webpack

61 lines (60 loc) 1.46 kB
{ "name": "antwar", "description": "A static site engine built with React and Webpack", "author": "Juho Vepsalainen <bebraw@gmail.com>", "version": "0.29.5-alpha.0", "scripts": { "build": "rimraf ./dist && babel ./src --out-dir ./dist", "prepublish": "npm run build" }, "dependencies": { "chalk": "^2.3.2", "cheerio": "^1.0.0-rc.2", "deepmerge": "^2.2.1", "ejs": "^2.5.7", "lodash": "^4.17.5", "mini-html-webpack-plugin": "^0.2.3", "mkdirp": "^0.5.1", "neo-async": "^2.5.0", "prop-types": "^15.6.1", "react": "^16.2.0", "react-dom": "^16.2.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "rimraf": "^2.6.2", "tmp": "0.0.33", "touch": "^3.1.0", "worker-farm": "^1.6.0" }, "devDependencies": { "babel-cli": "^6.26.0" }, "peerDependencies": { "webpack": ">= 4.0 < 5.0", "webpack-dev-server": ">= 2.0 < 5.0", "webpack-merge": ">= 0.14.1 < 5.0" }, "repository": { "type": "git", "url": "https://github.com/antwarjs/antwar.git" }, "homepage": "https://github.com/antwarjs/antwar", "bugs": { "url": "https://github.com/antwarjs/antwar/issues" }, "main": "dist", "module": "dist", "jsnext:main": "dist", "keywords": [ "blog", "blogging", "static", "site", "generator" ], "engines": { "node": ">=0.10.0" }, "license": "MIT", "gitHead": "08778f026f0bb69333d0be6565eee3bf6c5b89e9" }