{ "name": "with-stitches", "version": "0.1.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@stitches/react": "0.0.1", "next": "latest", "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@types/react": "^16.9.43", "typescript": "^3.9.7" }, "license": "MIT" }