-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.76 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "next14-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=3000 next dev",
"build": "next build && cp -r .next/static .next/standalone/.next/",
"start": "PORT=3000 node .next/standalone/server.js",
"lint": "next lint",
"server": "npx json-server --watch db.json --port 3001"
},
"dependencies": {
"@medusajs/ui": "^4.0.2",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@tanstack/react-query": "^5.62.7",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"dayjs": "^1.11.13",
"dom-to-image": "^2.6.0",
"exceljs": "^4.4.0",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"lucide-react": "^0.556.0",
"motion": "^11.15.0",
"next": "14.2.35",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.1",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-selecto": "^1.26.3",
"react-spinners": "^0.14.1",
"sharp": "^0.33.5",
"stream-chat": "^9.27.1",
"stream-chat-react": "^13.13.0",
"swiper": "^11.2.10",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@medusajs/types": "^2.1.3",
"@medusajs/ui-preset": "^2.1.3",
"@tanstack/react-query-devtools": "^5.62.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dom-to-image": "^2",
"@types/file-saver": "^2",
"@types/lodash": "^4",
"@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",
"autoprefixer": "^10.4.20",
"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",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"description": "Bolierplate of Next JS",
"main": "index.js",
"repository": "https://github.com/Cluster-Taek/next14-boilerplate",
"author": "Cluster-Taek <yst811@naver.com>",
"packageManager": "yarn@4.5.1"
}