{ "name": "with-carbon-components", "version": "0.0.1", "description": "An example of Nextjs setup with carbon-components-react from IBM", "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "license": "ISC", "dependencies": { "@carbon/icons-react": "^10.3.0", "carbon-components": "^10.3.0", "carbon-components-react": "^7.3.0", "carbon-icons": "^7.0.7", "next": "latest", "node-sass": "^4.12.0", "react": "^16.7.0", "react-dom": "^16.7.0" } }