-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (55 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (55 loc) · 1.61 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
51
52
53
54
55
56
57
{
"name": "seth-1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint": "npm run format:check && npm run typecheck"
},
"dependencies": {
"@million/lint": "^1.0.0-rc.76",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/themes": "^2.0.3",
"@types/react-responsive-masonry": "^2.1.3",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cohere-ai": "^7.7.5",
"framer-motion": "^11.0.12",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.0.6",
"markdown-to-jsx": "^7.4.7",
"next": "^14.2.22",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
"react-responsive-masonry": "^2.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"inspx": "^0.0.1-alpha.6",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}