Files
cunningham/apps/demo/package.json
2023-07-18 16:59:39 +02:00

34 lines
815 B
JSON

{
"name": "cunningham-demo",
"private": true,
"version": "0.1.0",
"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": {
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.63.6",
"typescript": "5.1.6",
"vite": "4.4.4"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "18.16.1",
"yarn": "1.22.19"
}
}