Files
cunningham/apps/demo/package.json
2024-02-12 11:37:18 +01:00

35 lines
849 B
JSON

{
"name": "cunningham-demo",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",
"dev": "vite & nodemon --watch cunningham.ts --exec yarn build-theme",
"build-theme": "cunningham -o src -g css,ts",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@faker-js/faker": "8.4.0",
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.70.0",
"typescript": "5.3.3",
"vite": "5.0.12"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
}
}