Files
cunningham/apps/demo/package.json
Nathan Vasse 8ad95945a8 🔖(release) version packages
Bump cunningham-demo to 0.0.1
Bump @openfun/cunningham-react to 0.1.1
Bump @openfun/cunningham-tokens to 0.1.1
2023-02-21 18:32:04 +01:00

30 lines
753 B
JSON

{
"name": "cunningham-demo",
"private": true,
"version": "0.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": {
"@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"
}
}