-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "next-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "PORT=4000 next dev",
"build": "next build",
"start": "PORT=4000 next start",
"lint": "next lint",
"server": "npx json-server --watch db.json --port 4001"
},
"dependencies": {
"@tanstack/react-query": "^5.62.7",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"jwt-decode": "^4.0.0",
"motion": "^11.15.0",
"next": "14.2.10",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.1",
"react-icons": "^5.4.0",
"react-spinners": "^0.14.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@pandacss/dev": "^0.45.2",
"@tanstack/react-query-devtools": "^5.62.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vercel/style-guide": "^6.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1",
"json-server": "^1.0.0-beta.3",
"prettier": "^3.3.3",
"typescript": "^5"
},
"description": "Bolierplate of Next JS",
"main": "index.js",
"repository": "https://github.com/Cluster-Taek/next14-boilerplate",
"author": "Cluster-Taek <yst811@naver.com>",
"license": "MIT",
"packageManager": "yarn@4.5.1"
}