next.js/examples/with-vanilla-extract/package.json
package.json20 lines422 B
{
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@vanilla-extract/css": "^1.11.0",
    "@vanilla-extract/next-plugin": "^2.1.3",
    "@types/node": "18.15.11",
    "@types/react": "18.2.8",
    "@types/react-dom": "18.0.11",
    "next": "latest",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "5.0.4"
  }
}
Quest for Codev2.0.0
/
SIGN IN