-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.18 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.18 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
{
"name": "portfolio-web",
"version": "1.4.4",
"private": true,
"scripts": {
"dev": "concurrently -n NEXT,PRISMIC -c white,yellow \"next dev\" \"yarn slicemachine\" ",
"build": "next build",
"start": "next start",
"tunnelHttp": "yarn ngrok http 3000",
"lint": "next lint --fix",
"prepare": "husky",
"format": "prettier --ignore-unknown --write ./src/**",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^7.4.1",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"lucide-react": "^0.376.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-html-parser": "^2.0.2",
"react-icons": "^5.2.0",
"react-type-animation": "^3.2.0",
"react-use": "^17.5.0",
"sass": "^1.76.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@catppuccin/highlightjs": "^0.1.4",
"@catppuccin/tailwindcss": "^0.1.6",
"@slicemachine/adapter-next": "^0.3.38",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-html-parser": "^2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"ngrok": "^5.0.0-beta.2",
"npm-check-updates": "^16.14.20",
"postcss": "^8",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"schema-dts": "^1.1.2",
"slice-machine-ui": "^1.26.0",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"packageManager": "yarn@4.1.1"
}