37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"name": "@nirvana/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@carbon/icons-react": "10.22.0",
|
|
"@nirvana/components": "*",
|
|
"carbon-components": "10.25.0",
|
|
"carbon-components-react": "7.25.0",
|
|
"carbon-icons": "7.0.7",
|
|
"next": "12.1.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-toastify": "^8.2.0",
|
|
"sass": "1.29.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/carbon-components-react": "^7.55.1",
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.4",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.23",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|