Skip to content
Snippets Groups Projects
package.json 639 B
Newer Older
{
  "name": "basic-starter",
  "version": "1.2.0",
  "private": true,
  "license": "MIT",
  "scripts": {
    "dev": "next dev",
    "preview": "next build && next start"
  },
  "dependencies": {
    "@tailwindcss/typography": "^0.5.0",
    "next": "^12.0.7",
    "next-drupal": "^1.1.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@types/node": "^15.0.2",
    "@types/react": "^17.0.4",
    "autoprefixer": "^10.4.2",
    "eslint": "^7.28.0",
    "eslint-config-next": "^11.0.0",
    "postcss": "^8.4.5",
    "tailwindcss": "^3.0.15",
    "typescript": "^4.5.4"
  }
}