@procore/core-scripts
Version:
A CLI to enhance your development experience
225 lines • 6.84 kB
JSON
{
"name": "@procore/core-scripts",
"version": "12.5.0",
"description": "A CLI to enhance your development experience",
"deprecated": "Deprecated. Migrate to Hammer. Migration guide: https://procoretech.atlassian.net/wiki/spaces/FDS/pages/4327276707/Hammer+migration+from+core-scripts",
"author": "Procore Technologies",
"homepage": "https://github.com/procore/frontend-tooling#readme",
"repository": {
"type": "git",
"url": "https://github.com/procore/frontend-tooling.git",
"directory": "packages/cli"
},
"bugs": "https://github.com/procore/frontend-tooling/issues",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"cli",
"core-scripts",
"development",
"devtool",
"jest",
"react-scripts",
"webpack"
],
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"bin": "bin/core-scripts",
"files": [
"LICENSE",
"README.md",
"bin",
"configs",
"dist",
"docs",
"public",
"templates",
"types",
"oclif.manifest.json"
],
"engines": {
"node": ">=10.16.1"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"cli": "bin/core-scripts",
"dev": "yarn start",
"format": "prettier --ignore-unknown --write .",
"format:check": "prettier --cache --ignore-unknown --check .",
"lint": "eslint .",
"lint:types": "tsc --noEmit",
"oclif:manifest": "oclif-dev manifest",
"oclif:readme": "oclif-dev readme --multi --dir=docs/commands",
"postpack": "rm -f oclif.manifest.json",
"prepack": "yarn build && yarn oclif:manifest",
"start": "tsc -w",
"test": "bin/core-scripts test --coverage"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.26.10",
"@oclif/command": "^1.8.36",
"@oclif/core": "^1.26.2",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-autocomplete": "~1.3.10",
"@oclif/plugin-help": "~5.1.23",
"@oclif/plugin-plugins": "^1.10.11",
"@procore/cdn": "^2.0.0",
"@procore/eslint-config": "^15.3.2",
"@svgr/webpack": "^6.5.1",
"assert": "^2.1.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.3.0",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-react-app": "^10.1.0",
"browserify-zlib": "^0.2.0",
"browserslist": "^4.22.1",
"buffer": "^6.0.3",
"camelcase": "^6.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"core-js": "^3.35.1",
"cross-spawn": "^7.0.6",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"del": "^6.1.1",
"domain-browser": "^4.23.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^9.0.0",
"ejs": "^3.1.10",
"enquirer": "^2.4.1",
"envinfo": "^7.11.0",
"eslint": "^8.57.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.3",
"https-browserify": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jest-pnp-resolver": "^1.2.3",
"jest-watch-typeahead": "1.0.0",
"levenary": "^1.1.1",
"make-dir": "^3.1.0",
"mini-css-extract-plugin": "^2.7.6",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.32",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8",
"process": "^0.11.10",
"punycode": "^2.3.1",
"querystring-es3": "^0.2.1",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-error-overlay": "^6.0.11",
"readable-stream": "^4.4.2",
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^11.1.1",
"sockjs-client": "^1.6.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"strip-ansi": "^6.0.1",
"style-loader": "^3.3.3",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^2.0.0",
"terser": "^5.24.0",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
"timers-browserify": "^2.0.12",
"ts-pnp": "^1.2.0",
"tsconfig": "^7.0.0",
"tslib": "^2.6.2",
"tty-browserify": "^0.0.1",
"typescript": "^5.5.2",
"url": "^0.11.3",
"url-loader": "^4.1.1",
"util": "^0.12.5",
"validate-npm-package-name": "^4.0.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.104.1",
"webpack-bugsnag-plugins": "^1.8.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^5.2.2",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "7.3.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/helper-call-delegate": "^7.12.13",
"@oclif/dev-cli": "^1.26.10",
"@procore/prettier-config": "^1.1.1",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.9",
"@types/cross-spawn": "^6.0.5",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/envinfo": "^7.8.3",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^9.0.13",
"@types/html-webpack-plugin": "^3.2.9",
"@types/jest": "^27.5.2",
"@types/node": "^18.18.9",
"@types/postcss-flexbugs-fixes": "^5.0.3",
"@types/postcss-preset-env": "^7.7.0",
"@types/react-dev-utils": "^9.0.15",
"@types/resolve": "^1.20.5",
"@types/validate-npm-package-name": "^4.0.2",
"@types/webpack-bugsnag-plugins": "^1.4.5",
"@types/webpack-bundle-analyzer": "^4.6.3",
"@types/webpack-manifest-plugin": "^3.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^3.0.2",
"styled-components": "^5.3.11"
},
"oclif": {
"commands": "./dist/commands",
"bin": "core-scripts",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete",
"@oclif/plugin-plugins"
],
"topics": {
"app": {
"description": "application commands"
},
"lib": {
"description": "library commands"
},
"lint": {
"description": "linting commands"
}
}
}
}