forked from vickonrails/next-starter-peacock
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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-starter-peacock",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"build:rss": "tsx ./utils/rss.ts",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"feed": "^4.2.2",
"framer-motion": "^11.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"next": "^15.0.0",
"next-themes": "^0.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-feather": "^2.0.10",
"react-parallax-tilt": "^1.7.137",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sharp": "0.33.5",
"swiper": "^11.0.5",
"unified": "^11.0.4",
"uuid": "^11.0.0"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "19.0.2",
"@types/sharp": "0.32.0",
"@types/uuid": "10.0.0",
"autoprefixer": "^10.4.14",
"clsx": "^2.0.0",
"eslint": "^9.0.0",
"eslint-config-upleveled": "8.12.1",
"postcss": "^8.4.27",
"prettier": "^3.2.5",
"stylelint": "^16.0.2",
"stylelint-config-upleveled": "1.1.5",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}