mazey-wordpress-utils
Version:
WordPress utilities.
90 lines (89 loc) • 2.63 kB
JSON
{
"name": "mazey-wordpress-utils",
"version": "1.3.11",
"description": "WordPress utilities.",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"mainEntryPointFilePath": "lib/index.d.ts",
"scripts": {
"dev": "webpack-dev-server --open",
"build": "npx rollup -c",
"test": "jest",
"release": "npm run build && npm publish",
"lint-and-fix": "eslint ./src/index.ts --ext 'ts,tsx' --fix",
"check-health": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chengchuu/mazey-wordpress-utils.git"
},
"keywords": [
"WordPress",
"Utilities",
"Utils",
"LazyLoad",
"Lazy",
"Loading",
"JavaScript",
"Function"
],
"author": "Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/chengchuu/mazey-wordpress-utils/issues"
},
"homepage": "https://github.com/chengchuu/mazey-wordpress-utils#readme",
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/runtime": "^7.11.0",
"@babel/preset-env": "7.5.5",
"@babel/preset-typescript": "7.10.4",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "10.1.0",
"clean-webpack-plugin": "1.0.1",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"html-webpack-plugin": "3.2.0",
"http-server": "0.11.1",
"husky": "4.2.3",
"jest": "^27.5.1",
"lint-staged": "10.0.8",
"prettier": "1.19.1",
"prettier-eslint-cli": "5.0.0",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "0.27.2",
"ts-loader": "8.0.2",
"typedoc": "0.18.0",
"typescript": "3.9.7",
"webpack": "4.30.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.10.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@babel/runtime-corejs3": "7.11.2",
"copy-to-clipboard": "^3.3.3",
"core-js": "3.6.5",
"mazey": "^4.7.12"
}
}