|
| 1 | +{ |
| 2 | + "scripts": { |
| 3 | + "build": "npm run build:production", |
| 4 | + "prebuild:dev": "npm run remove-dist", |
| 5 | + "build:dev": "webpack --mode=development --devtool cheap-module-eval-source-map --output-pathinfo", |
| 6 | + "prebuild:production": "npm run remove-dist", |
| 7 | + "build:production": "webpack --mode=production", |
| 8 | + "build:test": "npm run build:production -- --include-tests", |
| 9 | + "watch": "npm run build:dev -- --watch", |
| 10 | + "remove-dist": "rimraf ../dist" |
| 11 | + }, |
| 12 | + "browserslist": [ |
| 13 | + "extends @wordpress/browserslist-config" |
| 14 | + ], |
| 15 | + "dependencies": { |
| 16 | + "@lit-labs/react": "^1.2.0", |
| 17 | + "@material-ui/core": "^4.11.4", |
| 18 | + "@material/button": "^2.3.0", |
| 19 | + "@material/checkbox": "^2.3.0", |
| 20 | + "@material/dialog": "^2.3.0", |
| 21 | + "@material/form-field": "^2.3.0", |
| 22 | + "@material/layout-grid": "^0.41.0", |
| 23 | + "@material/linear-progress": "^1.1.0", |
| 24 | + "@material/list": "^2.3.0", |
| 25 | + "@material/menu": "^2.3.0", |
| 26 | + "@material/radio": "^2.3.0", |
| 27 | + "@material/react-card": "^0.15.0", |
| 28 | + "@material/react-chips": "^0.15.0", |
| 29 | + "@material/react-dialog": "^0.15.0", |
| 30 | + "@material/react-select": "^0.15.0", |
| 31 | + "@material/react-tab-bar": "^0.15.0", |
| 32 | + "@material/react-text-field": "^0.15.0", |
| 33 | + "@material/ripple": "^2.3.0", |
| 34 | + "@material/select": "^2.3.1", |
| 35 | + "@material/switch": "^2.3.0", |
| 36 | + "@material/textfield": "^2.3.1", |
| 37 | + "@material/theme": "^1.1.0", |
| 38 | + "@material/web": "^1.0.0-pre.9", |
| 39 | + "@reach/combobox": "^0.10.5", |
| 40 | + "@react-hook/event": "^1.2.1", |
| 41 | + "@react-hook/merged-ref": "^1.3.0", |
| 42 | + "@react-hook/throttle": "^2.2.0", |
| 43 | + "@wordpress/api-fetch": "^3.18.0", |
| 44 | + "@wordpress/compose": "^3.25.3", |
| 45 | + "@wordpress/data": "^4.27.3", |
| 46 | + "@wordpress/dom-ready": "^2.10.0", |
| 47 | + "@wordpress/element": "^2.20.3", |
| 48 | + "@wordpress/i18n": "^3.14.0", |
| 49 | + "@wordpress/icons": "^2.9.0", |
| 50 | + "@wordpress/keycodes": "^3.2.4", |
| 51 | + "@wordpress/url": "^3.1.1", |
| 52 | + "classnames": "^2.2.6", |
| 53 | + "clipboard-copy": "^3.1.0", |
| 54 | + "compare-versions": "^3.6.0", |
| 55 | + "dompurify": "^2.5.8", |
| 56 | + "focus-trap-react": "^10.0.0", |
| 57 | + "immer": "^9.0.15", |
| 58 | + "intersection-observer": "^0.12.0", |
| 59 | + "invariant": "^2.2.4", |
| 60 | + "just-detect-adblock": "^1.1.0", |
| 61 | + "lodash": "^4.17.21", |
| 62 | + "md5": "^2.2.1", |
| 63 | + "memize": "^1.1.0", |
| 64 | + "prop-types": "^15.7.2", |
| 65 | + "psl": "^1.8.0", |
| 66 | + "punycode": "^2.1.1", |
| 67 | + "query-string": "^7.0.1", |
| 68 | + "react": "^16.14.0", |
| 69 | + "react-dom": "^16.14.0", |
| 70 | + "react-google-charts": "^3.0.15", |
| 71 | + "react-joyride": "^2.9.3", |
| 72 | + "react-router-dom": "^5.2.0", |
| 73 | + "react-use": "^15.3.4", |
| 74 | + "react-use-observer": "^2.2.4", |
| 75 | + "use-memo-one": "^1.1.2" |
| 76 | + }, |
| 77 | + "devDependencies": { |
| 78 | + "@babel/core": "^7.14.8", |
| 79 | + "@babel/plugin-transform-runtime": "^7.10.4", |
| 80 | + "@babel/preset-react": "^7.10.4", |
| 81 | + "@svgr/webpack": "^5.4.0", |
| 82 | + "@wordpress/babel-preset-default": "^4.17.0", |
| 83 | + "@wordpress/browserslist-config": "^5.40.0", |
| 84 | + "@wordpress/eslint-plugin": "^7.1.0", |
| 85 | + "@wordpress/prettier-config": "^2.0", |
| 86 | + "@wordpress/stylelint-config": "^21.0.0", |
| 87 | + "autoprefixer": "^9.8.5", |
| 88 | + "babel-loader": "^8.1.0", |
| 89 | + "circular-dependency-plugin": "^5.2.0", |
| 90 | + "copy-webpack-plugin": "^6.4.1", |
| 91 | + "create-file-webpack": "^1.0.2", |
| 92 | + "css-loader": "^3.6.0", |
| 93 | + "cssnano": "^4.1.10", |
| 94 | + "eslint": "^7.32.0", |
| 95 | + "eslint-import-resolver-alias": "^1.1.2", |
| 96 | + "eslint-plugin-filenames": "^1.3.2", |
| 97 | + "eslint-plugin-import": "^2.25.3", |
| 98 | + "eslint-plugin-jsdoc": "^30.7.13", |
| 99 | + "eslint-plugin-lodash": "^7.4.0", |
| 100 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 101 | + "eslint-plugin-sitekit": "file:../packages/eslint-plugin", |
| 102 | + "eslint-scope": "^5.1.0", |
| 103 | + "eslint-webpack-plugin": "^2.5.1", |
| 104 | + "glob-to-regexp": "^0.4.1", |
| 105 | + "google-pax-sdk": "1.1.0", |
| 106 | + "mini-css-extract-plugin": "^1.2.1", |
| 107 | + "natives": "^1.1.6", |
| 108 | + "patch-package": "^8.0.0", |
| 109 | + "postcss": "^8.4.31", |
| 110 | + "postcss-import-url": "^7.0.0", |
| 111 | + "postcss-loader": "^4.0.0", |
| 112 | + "postcss-preset-env": "^9.5.11", |
| 113 | + "prettier": "npm:[email protected]", |
| 114 | + "rimraf": "^3.0.2", |
| 115 | + "sass": "^1.30.0", |
| 116 | + "sass-loader": "^9.0.2", |
| 117 | + "semver-compare": "^1.0.0", |
| 118 | + "semver-regex": "^3.1.4", |
| 119 | + "stylelint": "^14.11.0", |
| 120 | + "stylelint-config-standard-scss": "^5.0.0", |
| 121 | + "stylelint-declaration-strict-value": "^1.9.0", |
| 122 | + "stylelint-order": "^5.0.0", |
| 123 | + "stylelint-scss": "^4.3.0", |
| 124 | + "terser-webpack-plugin": "^3.0.6", |
| 125 | + "webpack": "^4.43.0", |
| 126 | + "webpack-bundle-analyzer": "^4.6.1", |
| 127 | + "webpack-cli": "^3.3.12", |
| 128 | + "webpack-manifest-plugin": "^2.2.0", |
| 129 | + "webpackbar": "^4.0.0" |
| 130 | + } |
| 131 | +} |
0 commit comments