mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-17 13:51:48 -06:00
2347a7e81b
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.2 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.2...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "live-blocks",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"author": "",
|
|
"browser": "dist/live-blocks.js",
|
|
"scripts": {
|
|
"bundle-web": "rollup -c",
|
|
"check": "sort-package-json && npm run test",
|
|
"clear-bundle-cache": "rm -rf ./dist",
|
|
"clear-caches": "npm run clear-bundle-cache && npm run clear-opa-cache && npm run clear-node-cache",
|
|
"clear-node-cache": "rm -rf ./node_modules",
|
|
"clear-opa-cache": "rm -rf ./opa_versions",
|
|
"inject": "./scripts/inject",
|
|
"install-deps": "./scripts/install-deps",
|
|
"preprocess": "node -r esm src/preprocess/index.js",
|
|
"test": "node -r esm ./node_modules/.bin/mocha"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"codemirror": "^5.58.2",
|
|
"codemirror-rego": "^1.3.0",
|
|
"esm": "^3.2.25",
|
|
"node-fetch": "^2.6.7",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.0",
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
|
"@babel/plugin-transform-regenerator": "^7.4.5",
|
|
"@babel/preset-env": "^7.5.2",
|
|
"@babel/register": "^7.10.5",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^19.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"acorn": ">=6.4.1",
|
|
"browserslist": ">=4.16.5",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"core-js": "^3.1.4",
|
|
"dot-prop": ">=5.1.1",
|
|
"glob-parent": ">=6.0.1",
|
|
"minimist": ">=1.2.6",
|
|
"mocha": "^9.2.2",
|
|
"normalize-url": ">=4.5.1",
|
|
"nth-check": ">=2.0.1",
|
|
"postcss": "^8.4.31",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"rollup": "^2.42.4",
|
|
"rollup-plugin-postcss": "^4.0.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"serialize-javascript": ">=3.1.0",
|
|
"sinon": "^11.1.1",
|
|
"sort-package-json": "^1.22.1"
|
|
}
|
|
}
|