-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 870 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 870 Bytes
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
{
"private": true,
"scripts": {
"type-check": "tsc --noEmit",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "next build",
"dev": "next dev --turbo",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "2.1.5",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"dinero.js": "2.0.0-alpha.8",
"geist": "1.3.1",
"next": "15.6.0-canary.60",
"react": "19.0.0-rc-8b08e99e-20240713",
"react-dom": "19.0.0-rc-8b08e99e-20240713"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.1",
"eslint-config-next": "15.6.0-canary.58",
"postcss": "8.4.39",
"tailwindcss": "3.4.5",
"typescript": "5.5.3"
}
}