Skip to content

Commit

Permalink
👉
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 24, 2023
1 parent ff4524d commit 8c1516f
Show file tree
Hide file tree
Showing 12 changed files with 501 additions and 97 deletions.
4 changes: 4 additions & 0 deletions nextjs.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"node": ">=16"
},
"scripts": {
"build": "tsc",
"clean": "del build",
"prebuild": "run-s clean && prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "prisma generate",
"pretest": "run-s build",
"prepare": "husky install",
"pre-commit": "lint-staged",
Expand Down Expand Up @@ -41,19 +43,24 @@
"make-dir": "^4.0.0",
"minizlib": "^2.1.2",
"movier": "^3.0.4",
"next": "^13.5.6",
"p-map": "^6.0.0",
"p-memoize": "^7.1.1",
"p-throttle": "^5.1.0",
"random": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"type-fest": "^4.5.0",
"wikibase-sdk": "^9.2.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/lodash.omit": "^4.5.8",
"@types/node": "^20.8.7",
"@types/react": "18.2.31",
"del-cli": "^5.1.0",
"husky": "^8.0.3",
"inngest-cli": "^0.19.0",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
Loading

0 comments on commit 8c1516f

Please sign in to comment.