-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 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": "pawel-krystkiewicz",
"version": "0.0.1",
"author": "Paweł Krystkiewicz <pawelkrystkiewicz@outlook.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clear:cache": "rm -rf .next",
"nuke:cache": "rm -rf .next && rm -rf node_modules && bun i",
"lint": "next lint",
"prettify": "prettier --write .",
"test": "bun vitest",
"test:watch": "bun vitest --watch"
},
"dependencies": {
"@creation-ui/react": "^15.2.4",
"@sparticuz/chromium": "^133.0.0",
"@upstash/redis": "^1.34.5",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"iconoir-react": "^7.10.1",
"next": "15.4.8",
"next-mdx-remote": "^6.0.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"puppeteer": "^24.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-to-print": "^3.0.5",
"tailwind-merge": "^3.0.2",
"use-deep-compare": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.14",
"@types/node": "20.11.17",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"sugar-high": "^0.6.0",
"tailwindcss": "4.0.14",
"typescript": "5.3.3",
"vitest": "^3.0.9"
}
}