-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "tpgsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --write \"./**/*.{ts,tsx}\"",
"analyze": "cross-env ANALYZE=true next build",
"prod": "next build && next start"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.10",
"eslint": "8.34.0",
"eslint-config-next": "^14.1.4",
"keen-slider": "^6.8.5",
"next": "^14.1.4",
"next-seo": "^6.5.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"tailwind-gradient-mask-image": "^1.0.0",
"tailwind-merge": "^1.13.2",
"typescript": "4.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.2.7"
}
}