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-01-05 15:39:17 +01:00
|
|
|
"@openfun/cunningham-react": "2.4.0",
|
2024-01-10 11:35:30 +01:00
|
|
|
"@tanstack/react-query": "5.17.1",
|
2024-01-05 15:38:34 +01:00
|
|
|
"next": "14.0.4",
|
2024-01-16 12:31:36 +01:00
|
|
|
"react": "18.2.0",
|
2024-01-09 17:01:08 +01:00
|
|
|
"react-dom": "18.2.0",
|
2024-01-18 13:28:27 +01:00
|
|
|
"styled-components": "6.1.8",
|
2024-01-09 17:01:08 +01:00
|
|
|
"zustand": "4.4.7"
|
2024-01-05 15:38:34 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-10 11:35:30 +01:00
|
|
|
"@tanstack/eslint-plugin-query": "5.17.1",
|
|
|
|
|
"@tanstack/react-query-devtools": "5.17.12",
|
2024-01-16 12:31:36 +01:00
|
|
|
"@testing-library/jest-dom": "6.2.0",
|
|
|
|
|
"@testing-library/react": "14.1.2",
|
|
|
|
|
"@types/jest": "29.5.11",
|
2024-01-11 12:31:08 +01:00
|
|
|
"@types/node": "*",
|
2024-01-16 12:31:36 +01:00
|
|
|
"@types/react": "18.2.47",
|
|
|
|
|
"@types/react-dom": "18.2.18",
|
2024-01-05 15:38:34 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.18.1",
|
2024-01-17 16:29:16 +01:00
|
|
|
"dotenv": "16.3.1",
|
2024-01-05 15:38:34 +01:00
|
|
|
"eslint": "8.0.1",
|
|
|
|
|
"eslint-config-next": "14.0.4",
|
|
|
|
|
"eslint-config-prettier": "9.1.0",
|
2024-01-16 12:31:36 +01:00
|
|
|
"eslint-plugin-jest": "27.6.2",
|
2024-01-05 15:38:34 +01:00
|
|
|
"eslint-plugin-prettier": "5.1.2",
|
2024-01-16 12:31:36 +01:00
|
|
|
"eslint-plugin-testing-library": "6.2.0",
|
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-09 17:01:08 +01:00
|
|
|
"keycloak-js": "23.0.3",
|
2024-01-17 13:30:06 +01:00
|
|
|
"node-fetch": "2.7.0",
|
2024-01-05 15:38:34 +01:00
|
|
|
"prettier": "3.1.1",
|
2024-01-10 11:01:31 +01:00
|
|
|
"stylelint": "16.1.0",
|
|
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|