{ "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.2.6", "@types/react-dom": "18.2.4", "@vitejs/plugin-react": "4.0.0", "react": "18.2.0", "react-dom": "18.2.0", "sass": "1.62.1", "typescript": "5.0.4", "vite": "4.3.5" }, "engines": { "node": ">=16.0.0" }, "volta": { "node": "18.16.0", "yarn": "1.22.19" } }