Files
cunningham/apps/demo/package.json
Nathan Vasse c8c8a04832 🔖(release) version packages
Bump @openfun/cunningham-tokens to 2.0.0
Bump @openfun/cunningham-react to 2.0.0
Bump cunningham-demo to 1.0.0
2023-10-06 15:23:47 +02:00

34 lines
815 B
JSON

{
"name": "cunningham-demo",
"private": true,
"version": "1.0.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.24",
"@types/react-dom": "18.2.8",
"@vitejs/plugin-react": "4.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.68.0",
"typescript": "5.2.2",
"vite": "4.4.9"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "18.18.0",
"yarn": "1.22.19"
}
}