generator-cwf-theme
Version:
Generates a Drupal CWF Bootstrap base theme
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "<%= themeName %>",
"version": "1.0.0",
"description": "NPM scripts to be with your <%= humanName %> theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibuisic/eaglehill.git"
},
"keywords": [
"npm",
"scripts",
"npm scripts",
"drupal8",
"watch",
"minify",
"compress"
],
"author": "ibuisic@circlewf.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/ibuisic/eaglehill/issues"
},
"homepage": "https://github.com/ibuisic/eaglehill#readme",
"devDependencies": {
"autoprefixer": "^9.4.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-plugin-compat": "^2.5.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.12.4",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.1",
"stylelint": "^9.6.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.1",
"uglify-js": "^3.4.9"
},
"dependencies": {
"browser-sync": "^2.26.3",
"imagemin": "^6.1.0",
"icon-gen": "^2.0.0",
"imagemin-cli": "^4.0.0",
"node-sass": "^4.9.3",
"svgo": "^1.1.1"
}
}