2022-12-01 12:05:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "cunningham-demo",
|
|
|
|
|
"private": true,
|
2023-02-21 10:34:39 +01:00
|
|
|
"version": "0.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-03-28 23:37:39 +00:00
|
|
|
"@types/react": "18.0.31",
|
|
|
|
|
"@types/react-dom": "18.0.11",
|
|
|
|
|
"@vitejs/plugin-react": "3.1.0",
|
2022-12-01 12:05:50 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-03-28 23:37:39 +00:00
|
|
|
"sass": "1.60.0",
|
|
|
|
|
"typescript": "5.0.2",
|
|
|
|
|
"vite": "4.2.1"
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
2023-03-31 16:19:31 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
|
|
|
|
"node": "16.15.1",
|
|
|
|
|
"yarn": "1.22.19"
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
}
|