2022-12-01 12:05:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "cunningham-demo",
|
|
|
|
|
"private": true,
|
2025-09-23 16:06:56 +02:00
|
|
|
"version": "3.0.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",
|
2024-02-23 14:28:14 +01:00
|
|
|
"build-theme": "cunningham -o src -g css,ts,scss && mv src/cunningham-tokens.scss src/cunningham-tokens-sass.scss",
|
2022-12-01 12:05:50 +01:00
|
|
|
"build": "tsc && vite build",
|
2024-02-14 17:27:37 +01:00
|
|
|
"build-demo": "tsc && vite build --base=/cunningham/demo/",
|
2022-12-01 12:05:50 +01:00
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-03 23:07:19 +00:00
|
|
|
"@faker-js/faker": "9.7.0",
|
2025-10-14 12:29:46 +02:00
|
|
|
"@gouvfr-lasuite/cunningham-react": "*",
|
|
|
|
|
"@gouvfr-lasuite/cunningham-tokens": "*",
|
|
|
|
|
"@gouvfr-lasuite/typescript-configs": "*",
|
2025-05-03 23:07:19 +00:00
|
|
|
"@types/react": "19.1.2",
|
|
|
|
|
"@types/react-dom": "19.1.3",
|
|
|
|
|
"@vitejs/plugin-react": "4.4.1",
|
2025-03-29 21:24:50 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
2025-05-03 23:07:19 +00:00
|
|
|
"sass": "1.87.0",
|
|
|
|
|
"typescript": "5.8.3",
|
|
|
|
|
"vite": "6.3.4"
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2023-11-20 17:15:42 +01:00
|
|
|
"node": ">=18.0.0"
|
2023-03-31 16:19:31 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2024-07-29 08:58:24 +02:00
|
|
|
"node": "20.16.0",
|
2024-03-10 01:06:05 +00:00
|
|
|
"yarn": "1.22.22"
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
}
|