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-07-18 12:36:41 +00:00
|
|
|
"@types/react": "18.2.15",
|
|
|
|
|
"@types/react-dom": "18.2.7",
|
2023-07-12 08:37:17 +00:00
|
|
|
"@vitejs/plugin-react": "4.0.3",
|
2022-12-01 12:05:50 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-27 09:04:49 +00:00
|
|
|
"sass": "1.63.6",
|
2023-07-12 08:37:17 +00:00
|
|
|
"typescript": "5.1.6",
|
2023-07-18 12:36:41 +00:00
|
|
|
"vite": "4.4.4"
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
2023-03-31 16:19:31 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2023-06-27 09:04:49 +00:00
|
|
|
"node": "18.16.1",
|
2023-03-31 16:19:31 +02:00
|
|
|
"yarn": "1.22.19"
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
}
|