generated from remometro/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "patterns-next",
"version": "1.0.0",
"private": true,
"author": "varsnothing",
"license": "copyright",
"scripts": {
"dev:schema": "NEXUS_SCHEMA=true next dev",
"dev": "next dev",
"build": "next build",
"start:schema": "NEXUS_SCHEMA=true next start",
"start": "next start",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore .",
"format:fix": "next lint --fix && prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"clsx": "2.1.1",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@next-auth/mongodb-adapter": "^1.1.3",
"@types/json-schema": "^7.0.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8",
"eslint-config-alloy": "^5.1.2",
"eslint-config-next": "14.0.4",
"mongodb": "^5.0.0",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"prettier": "^3.2.4",
"typescript": "^5"
}
}