Files
cunningham/apps/demo/package.json
2023-01-05 14:24:28 +01:00

30 lines
687 B
JSON

{
"name": "cunningham-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",
"dev": "vite",
"build-theme": "cunningham -o src",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.57.1",
"typescript": "4.9.4",
"vite": "4.0.3"
},
"engines": {
"node": ">=16.0.0"
}
}