2024-01-05 15:38:34 +01:00
|
|
|
{
|
|
|
|
|
"name": "app-desk",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
2024-01-10 11:01:31 +01:00
|
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
2024-01-11 17:06:25 +01:00
|
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
2024-01-05 15:39:17 +01:00
|
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes",
|
2024-01-17 16:29:16 +01:00
|
|
|
"start": "npx -y serve@latest out",
|
2024-01-05 15:38:34 +01:00
|
|
|
"lint": "next lint",
|
2024-01-10 11:01:31 +01:00
|
|
|
"prettier": "prettier --write .",
|
2024-01-16 12:31:36 +01:00
|
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch"
|
2024-01-05 15:38:34 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-03-04 16:37:59 +01:00
|
|
|
"@openfun/cunningham-react": "2.6.0",
|
2024-03-04 11:18:54 +00:00
|
|
|
"@tanstack/react-query": "5.24.8",
|
2024-02-26 01:45:30 +00:00
|
|
|
"i18next": "23.10.0",
|
2024-02-19 16:02:44 +01:00
|
|
|
"luxon": "3.4.4",
|
2024-03-04 11:18:54 +00:00
|
|
|
"next": "14.1.1",
|
2024-01-16 12:31:36 +01:00
|
|
|
"react": "18.2.0",
|
2024-03-01 16:52:02 +01:00
|
|
|
"react-aria-components": "1.1.1",
|
2024-01-09 17:01:08 +01:00
|
|
|
"react-dom": "18.2.0",
|
2024-02-19 14:22:46 +00:00
|
|
|
"react-i18next": "14.0.5",
|
2024-01-18 13:28:27 +01:00
|
|
|
"styled-components": "6.1.8",
|
2024-03-04 11:18:54 +00:00
|
|
|
"zustand": "4.5.2"
|
2024-01-05 15:38:34 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-26 13:07:46 +01:00
|
|
|
"@svgr/webpack": "8.1.0",
|
2024-03-04 11:18:54 +00:00
|
|
|
"@tanstack/react-query-devtools": "5.24.8",
|
2024-02-19 14:22:46 +00:00
|
|
|
"@testing-library/jest-dom": "6.4.2",
|
2024-02-05 07:46:13 +00:00
|
|
|
"@testing-library/react": "14.2.1",
|
|
|
|
|
"@types/jest": "29.5.12",
|
2024-02-19 16:02:44 +01:00
|
|
|
"@types/luxon": "3.4.2",
|
2024-01-11 12:31:08 +01:00
|
|
|
"@types/node": "*",
|
2024-03-04 11:18:54 +00:00
|
|
|
"@types/react": "18.2.61",
|
2024-02-26 15:02:20 +01:00
|
|
|
"@types/react-dom": "18.2.18",
|
2024-02-26 01:45:30 +00:00
|
|
|
"dotenv": "16.4.5",
|
2024-01-19 09:26:33 +01:00
|
|
|
"eslint-config-people": "*",
|
2024-01-17 13:30:06 +01:00
|
|
|
"fetch-mock": "9.11.0",
|
2024-01-16 12:31:36 +01:00
|
|
|
"jest": "29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2024-01-17 13:30:06 +01:00
|
|
|
"node-fetch": "2.7.0",
|
2024-02-05 07:46:13 +00:00
|
|
|
"prettier": "3.2.5",
|
|
|
|
|
"stylelint": "16.2.1",
|
2024-01-10 11:01:31 +01:00
|
|
|
"stylelint-config-standard": "36.0.0",
|
|
|
|
|
"stylelint-prettier": "5.0.0",
|
2024-01-11 12:31:08 +01:00
|
|
|
"typescript": "*"
|
2024-01-05 15:38:34 +01:00
|
|
|
}
|
|
|
|
|
}
|