-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 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
47
48
49
50
{
"name": "matiasverdier-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@giscus/react": "^2.2.6",
"@t3-oss/env-nextjs": "^0.4.0",
"@tinacms/auth": "^1.0.3",
"@tinacms/cli": "^1.5.19",
"@vercel/analytics": "^1.0.1",
"date-fns": "^2.29.3",
"next": "^13.2.0",
"next-seo": "^6.0.0",
"next-tinacms-cloudinary": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinacms": "^1.5.10",
"zod": "^3.21.4"
},
"prettier": {
"semi": true,
"singleQuote": true,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.0",
"eslint-config-prettier": "^8.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.2.7",
"typescript": "^5.1.3"
}
}