html-webpack-c5-theme-plugin
Version:
c5 html-webpack-plugin to generate c5 theme files
59 lines (58 loc) • 1.65 kB
JSON
{
"name": "html-webpack-c5-theme-plugin",
"version": "0.0.18",
"description": "c5 html-webpack-plugin to generate c5 theme files",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com:deek87/html-webpack-c5-theme-plugin"
},
"scripts": {
"test": "cross-env TS_NODE_CACHE=false mocha -r ts-node/register __tests__/**/*.test.ts --exit",
"build": "eslint src/**/*.ts --fix && tsc",
"watch": "tsc --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"keywords": [
"concrete5",
"c5",
"webpack",
"theme",
"concrete5 theme",
"c5 theme"
],
"author": "Derek Cameron <info@derekcameron.com>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/parse5": "^5.0.3",
"@types/rimraf": "^3.0.0",
"@types/webpack": "^4.41.13",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/experimental-utils": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.0.0",
"eslint-formatter-autolinkable-stylish": "^1.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^25.4.1",
"eslint-plugin-no-null": "^1.0.2",
"html-webpack-plugin": "^4.3.0",
"mocha": "^7.1.2",
"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2",
"webpack": "^4.43.0"
},
"dependencies": {
"parse5": "^6.0.0"
},
"peerDependencies": {
"html-webpack-plugin": ">=4.0.0",
"webpack": ">=4.0.0"
}
}