{
  "name": "domain-mapping-system",
  "scripts": {
    "domains-map-js:watch": "wp-scripts start assets/js/admin/dms.js --output-path=dist/js/admin",
    "domains-map-js:build": "wp-scripts build assets/js/admin/dms.js --output-path=dist/js/admin",
    "grunt:watch": "grunt watch",
    "grunt:build": "grunt build"
  },
  "devDependencies": {
    "@wordpress/scripts": "^26.9.0",
    "autoprefixer": "^6.1.1",
    "grunt": "^1.3.0",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-cssmin": "^2.0.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-csso": "^0.8.0",
    "grunt-postcss": "^0.7.1"
  },
  "dependencies": {
    "@wordpress/i18n": "^5.7.0",
    "@wordpress/icons": "^10.7.0",
    "react-select": "^5.8.0"
  }
}
