-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
56
57
58
{
"name": "vojta-io-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "14.2.7",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^2.0.0",
"cloudinary": "^2.2.0",
"cloudinary-build-url": "^0.2.4",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"framer-motion": "^11.5.0",
"lodash": "^4.17.21",
"next": "14.2.7",
"next-seo": "^6.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/lodash": "^4.17.7",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.1",
"@types/react": "18.3.3",
"autoprefixer": "^10.4.20",
"eslint": "9.4.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "5.4.5"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"jsxBracketSameLine": false
}
}