-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.47 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
55
{
"name": "inreach-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "tinacms build && next build",
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
"format": "prettier -w -l .",
"lint": "next lint",
"prepare": "husky",
"setup:users": "tinacms-next-auth setup",
"start": "next start"
},
"dependencies": {
"@iconify-icon/react": "^2.0.1",
"@iconify/react": "^4.1.1",
"@iconify/utils": "^2.1.22",
"@mantine/carousel": "^7.7.1",
"@mantine/core": "^7.7.0",
"@mantine/hooks": "^7.7.0",
"@mantine/styles": "^6.0.21",
"@mantine/utils": "^6.0.21",
"@tinacms/datalayer": "^1.2.33",
"@tinacms/toolkit": "^1.7.13",
"clsx": "^2.1.0",
"embla-carousel-autoplay": "^7.1.0",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.2",
"tinacms": "2.4.0",
"tinacms-authjs": "7.0.0",
"tinacms-gitprovider-github": "^1.0.4",
"upstash-redis-level": "^1.1.1"
},
"devDependencies": {
"@iconify-icon/react": "^2.0.1",
"@tailwindcss/typography": "^0.5.12",
"@tinacms/cli": "^1.6.6",
"@types/node": "^20.11.27",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"husky": "^9.0.11",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-packagejson": "^2.4.12",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.2"
}
}