2022-12-01 12:05:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "cunningham-demo",
|
|
|
|
|
"private": true,
|
2023-11-03 10:47:31 +01:00
|
|
|
"version": "1.0.1",
|
2022-12-01 12:05:50 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
2023-01-04 15:53:36 +01:00
|
|
|
"dev": "vite & nodemon --watch cunningham.ts --exec yarn build-theme",
|
2023-01-02 12:06:00 +01:00
|
|
|
"build-theme": "cunningham -o src -g css,ts",
|
2022-12-01 12:05:50 +01:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@openfun/cunningham-react": "*",
|
|
|
|
|
"@openfun/cunningham-tokens": "*",
|
|
|
|
|
"@openfun/typescript-configs": "*",
|
2023-11-18 21:52:11 +00:00
|
|
|
"@types/react": "18.2.37",
|
|
|
|
|
"@types/react-dom": "18.2.15",
|
|
|
|
|
"@vitejs/plugin-react": "4.2.0",
|
2022-12-01 12:05:50 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-11-18 21:52:11 +00:00
|
|
|
"sass": "1.69.5",
|
2023-09-12 08:12:16 +00:00
|
|
|
"typescript": "5.2.2",
|
2023-11-18 21:52:11 +00:00
|
|
|
"vite": "5.0.0"
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
2023-03-31 16:19:31 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2023-11-18 21:52:11 +00:00
|
|
|
"node": "20.9.0",
|
|
|
|
|
"yarn": "1.22.21"
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
}
|