| 1234567891011121314151617181920212223242526 |
- {
- "name": "diligent-next",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint",
- "prettier": "prettier --write .",
- "prepare": "husky install"
- },
- "dependencies": {
- "next": "12.2.3",
- "react": "18.2.0",
- "react-dom": "18.2.0"
- },
- "devDependencies": {
- "@commitlint/cli": "^17.0.3",
- "@commitlint/config-conventional": "^17.0.3",
- "eslint": "8.21.0",
- "eslint-config-next": "12.2.3",
- "husky": "^8.0.1",
- "prettier": "^2.7.1"
- }
- }
|