💄(app-desk) integrate cunningham design system

Integrate cunningham design system into app desk.
It comes with some boilerplate code that will have to be
adapted to our needs when we will get the design.
This commit is contained in:
Anthony LC
2024-01-05 15:39:17 +01:00
committed by Anthony LC
parent 4999472005
commit f4ff27636d
9 changed files with 3445 additions and 12 deletions

View File

@@ -5,11 +5,13 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"next": "14.0.4",
"react": "18",
"react-dom": "18"