UNPKG

@area17/a17-boilerplate

Version:

The official AREA 17 boilerplate

47 lines (46 loc) 1.15 kB
{ "name": "@area17/a17-boilerplate", "version": "3.0.1", "author": "A17 <dev@area17.com> (https://area17.com/)", "description": "The official AREA 17 boilerplate", "license": "MIT", "homepage": "https://code.area17.com/a17/fe-boilerplate", "repository": { "type": "git", "url": "https://code.area17.com/a17/fe-boilerplate.git" }, "engines": { "node": ">= 0.12.0", "npm": ">=2.1.5" }, "bin": { "a17-bp": "bin/a17-bp.js" }, "dependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "browser-sync": "^2.18.13", "chalk": "^2.2.0", "cross-spawn": "^6.0.5", "fs-extra": "^5.0.0", "hard-source-webpack-plugin": "^0.5.16", "lodash": "^4.17.4", "logging": "^3.2.0", "minimist": "^1.2.0", "node-rev": "^1.3.0", "node-sass": "^4.7.2", "read-pkg-up": "^3.0.0", "readline-sync": "^1.4.7", "svgo": "^1.0.5", "svgstore": "^2.0.3", "watch": "^1.0.2", "webpack": "^3.8.1", "which": "^1.3.0" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.0" } }