Skip to content

Commit

Permalink
feat: extract program section
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Dec 14, 2023
1 parent 162ecea commit 9be791f
Show file tree
Hide file tree
Showing 11 changed files with 5,001 additions and 2,092 deletions.
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,42 @@
"lint.staged": "lint-staged",
"prettier": "prettier --write ./src/",
"prettier.ci": "prettier --check ./src/",
"prepare": "husky install"
"prepare": "husky install",
"schema.slots": "ts-json-schema-generator -p 'src/app/_schemas/slots.ts' -t 'Slots' -o 'src/schemas/slots.schema.json'"
},
"dependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"bootstrap": "^5.3.1",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"bootstrap": "^5.3.2",
"dotenv": "^16.3.1",
"next": "13.4.10",
"next": "14.0.4",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap": "^2.9.1",
"react-dom": "18.2.0",
"typescript": "5.1.6"
"typescript": "5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest": "^0.2.6",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vitest": "^0.3.17",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "3.0.0",
"sass": "^1.63.6",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"sass": "^1.69.5",
"standard-version": "^9.5.0",
"stylelint": "^15.10.1",
"stylelint": "^16.0.2",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-scss": "^5.0.1",
"ts-json-schema-generator": "^1.2.0",
"vitest": "^0.33.0"
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-scss": "^6.0.0",
"ts-json-schema-generator": "^1.5.0",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 9be791f

Please sign in to comment.