-
Notifications
You must be signed in to change notification settings - Fork 700
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"prettier": "prettier --write --ignore-unknown ."
},
"dependencies": {
"@heroicons/react": "2.2.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.4.0-canary.7",
"@types/mdx": "2.0.13",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"dinero.js": "2.0.0-alpha.10",
"ms": "3.0.0-canary.1",
"next": "15.4.0-canary.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"server-only": "0.0.1",
"styled-components": "6.1.15",
"use-count-up": "3.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "4.1.4",
"@tailwindcss/typography": "0.5.16",
"@types/ms": "2.1.0",
"@types/node": "22.13.1",
"@types/react": "19.1.2",
"@types/react-dom": "19.0.3",
"postcss": "8.5.3",
"prettier": "3.5.0",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "4.1.4",
"typescript": "5.7.3"
}
}