UNPKG

1.43 kBJSONView Raw
1{
2 "name": "antwar",
3 "description": "A static site engine built with React and Webpack",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.25.3",
6 "scripts": {
7 "build": "rimraf ./dist && babel ./src --out-dir ./dist",
8 "prepublish": "npm run build"
9 },
10 "dependencies": {
11 "chalk": "^2.3.0",
12 "cheerio": "^1.0.0-rc.2",
13 "ejs": "^2.5.7",
14 "es6-promise": "^4.2.4",
15 "html-webpack-plugin": "^2.30.1",
16 "lodash": "^4.17.5",
17 "mkdirp": "^0.5.1",
18 "neo-async": "^2.5.0",
19 "prop-types": "^15.6.0",
20 "react": "^16.2.0",
21 "react-dom": "^16.2.0",
22 "react-router": "^4.2.0",
23 "react-router-dom": "^4.2.2",
24 "rimraf": "^2.6.2",
25 "simple-timestamp": "^1.0.0",
26 "tmp": "0.0.33",
27 "touch": "^3.1.0",
28 "worker-farm": "^1.5.2"
29 },
30 "devDependencies": {
31 "babel-cli": "^6.26.0"
32 },
33 "peerDependencies": {
34 "webpack": ">= 2.0 < 4.0",
35 "webpack-dev-server": ">= 2.0 < 4.0",
36 "webpack-merge": ">= 0.14.1 < 5.0"
37 },
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/antwarjs/antwar.git"
41 },
42 "homepage": "https://github.com/antwarjs/antwar",
43 "bugs": {
44 "url": "https://github.com/antwarjs/antwar/issues"
45 },
46 "main": "dist",
47 "module": "dist",
48 "jsnext:main": "dist",
49 "keywords": [
50 "blog",
51 "blogging",
52 "static",
53 "site",
54 "generator"
55 ],
56 "engines": {
57 "node": ">=0.10.0"
58 },
59 "license": "MIT"
60}