catalyst-frontend
Version:
A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.
64 lines (63 loc) • 1.49 kB
JSON
{
"name": "catalyst-frontend",
"version": "1.3.1",
"description": "A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.",
"homepage": "https://github.com/catalyst/catalyst-frontend",
"author": {
"name": "Catalyst",
"email": "frontend@catalyst.net.nz",
"url": "https://github.com/catalyst"
},
"bin": {
"catalyst-frontend": "./bin/catalyst-frontend.js"
},
"main": "./generators/app/index.js",
"keywords": [
"frontend",
"gulp",
"bootstrap",
"storybook",
"jquery",
"webpack",
"react",
"es6",
"es2015",
"sass",
"scss",
"yeoman-generator"
],
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-xo-space": "^0.22.0",
"mocha": "^8.1.0",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"dependencies": {
"chalk": "^3.0.0",
"fs.realpath": "~1.0.0",
"lodash.kebabcase": "^4.1.1",
"mkdirp": "^0.5.1",
"yargs": "^15.0.2",
"yeoman-environment": "^2.6.0",
"yeoman-generator": "^4.2.0"
},
"scripts": {
"lint:fix": "eslint . --fix",
"test": "mocha __tests__/**/*.test.js"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true,
"node": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/catalyst/catalyst-frontend.git"
},
"license": "GPL-3.0"
}