2022-12-01 12:05:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "cunningham-demo",
|
|
|
|
|
"private": true,
|
2023-07-07 15:11:05 +02:00
|
|
|
"version": "0.1.0",
|
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-09-27 16:28:54 +02:00
|
|
|
"@types/react": "18.2.21",
|
2023-09-27 08:39:49 +00:00
|
|
|
"@types/react-dom": "18.2.8",
|
|
|
|
|
"@vitejs/plugin-react": "4.1.0",
|
2022-12-01 12:05:50 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-09-27 08:39:49 +00:00
|
|
|
"sass": "1.68.0",
|
2023-09-12 08:12:16 +00:00
|
|
|
"typescript": "5.2.2",
|
2023-08-19 18:45:31 +00:00
|
|
|
"vite": "4.4.9"
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
2023-03-31 16:19:31 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2023-09-27 08:39:49 +00:00
|
|
|
"node": "18.18.0",
|
2023-03-31 16:19:31 +02:00
|
|
|
"yarn": "1.22.19"
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
}
|