rsnext/examples/with-carbon-components/package.json
Balint Lendvai f3f4ca3ef5
Update examples/with-carbon-components (#15190)
The example used an outdated version of carbon components v9.

The latest got a huge facelift, new components and a lot of optimizations.
I updated the example with carbon-components v10.
2020-07-17 01:17:58 +00:00

22 lines
551 B
JSON

{
"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"
}
}