10up-toolkit
Version:
Collection of reusable scripts for 10up development.
112 lines (111 loc) • 2.92 kB
JSON
{
"name": "10up-toolkit",
"publishConfig": {
"access": "public"
},
"author": {
"name": "10up",
"email": "info@10up.com",
"url": "https://10up.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "6.3.0",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
"dependencies": {
"@babel/eslint-parser": "^7.23.3",
"@csstools/postcss-global-data": "^2.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.4.0",
"@wordpress/eslint-plugin": "^17.5.0",
"@wordpress/jest-console": "^7.19.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"camelcase": "^6.3.0",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.35.0",
"core-js-pure": "^3.35.0",
"cross-spawn": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.3",
"error-stack-parser": "^2.1.4",
"eslint-webpack-plugin": "^4.0.1",
"fast-glob": "^3.3.2",
"html-webpack-plugin": "^5.6.0",
"ignore-emit-webpack-plugin": "^2.0.6",
"image-minimizer-webpack-plugin": "^3.8.3",
"inquirer": "^8.2.6",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"minimist": "^1.2.8",
"node-fetch": "^2.7.0",
"postcss": "^8.4.31",
"postcss-editor-styles-wrapper": "^1.0.1",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^9.3.0",
"react-refresh": "^0.14.0",
"read-pkg": "^5.2.0",
"read-pkg-up": "^7.0.1",
"resolve-bin": "^1.0.1",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"sharp": "0.32.6",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-webpack-plugin": "^4.1.1",
"svgo": "^3.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-server": "^4.15.1",
"webpack-sources": "^3.2.3",
"webpackbar": "^6.0.0",
"yaml": "^2.4.1"
},
"devDependencies": {
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.1.0",
"@10up/stylelint-config": ">=3.0.0"
},
"peerDependencies": {
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.1.0-next.0",
"@10up/stylelint-config": ">=3.0.0",
"@linaria/babel-preset": ">=4.3.3",
"@linaria/webpack-loader": ">=4.1.11",
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"@linaria/webpack-loader": {
"optional": true
},
"@linaria/babel-preset": {
"optional": true
}
},
"description": "Collection of reusable scripts for 10up development.",
"engines": {
"node": ">=16",
"npm": ">=6.9"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint ."
},
"keywords": [
"wordpress",
"scripts"
],
"license": "GPL-2.0-or-later"
}