{
  "name": "accessibly",
  "version": "1.0.0",
  "description": "A Job posting platform made by WordPress",
  "main": "index.js",
  "scripts": {
    "wp-test": "echo \"Error: no test specified\" && exit 1",
    "wp-build": "wp-scripts build",
    "wp-start": "wp-scripts start",
    "wp-start:hot": "wp-scripts start --hot",
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "copy-trunk": "rsync -av --progress ./ ./dotorg/trunk --exclude dotorg --exclude node_modules",
    "push-to-wp": "cd ./dotorg/trunk && svn up"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0",
    "cross-env": "^5.2.0",
    "dotenv": "^16.0.0",
    "next": "^12.1.6",
    "postcss-cli": "^9.1.0",
    "react": "^17.0.2",
    "react-color": "^2.19.3",
    "react-dom": "^18.1.0",
    "react-router-dom": "^6.3.0",
    "speak-tts": "^2.0.8"
  },
  "devDependencies": {
    "@wordpress/scripts": "^22.5.0",
    "autoprefixer": "^10.4.7",
    "postcss": "^8.4.14",
    "tailwindcss": "^3.0.24"
  }
}
