forked from jcllobet/ivyhacks
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 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
58
59
60
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"format:check": "npx prettier --check ."
},
"dependencies": {
"@formatjs/intl": "^2.10.2",
"@headlessui/react": "latest",
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@replexica/compiler": "^0.3.2",
"@replexica/react": "^0.2.0",
"@tailwindcss/typography": "^0.5.13",
"@typeform/embed-react": "^3.19.0",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"glob": "^10.4.3",
"gray-matter": "^4.0.3",
"lucide-react": "^0.376.0",
"marked": "^12.0.2",
"next": "14.1.0",
"next-mdx-remote": "^5.0.0",
"posthog-js": "^1.136.1",
"prettier": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"replexica": "^0.22.0"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"file-loader": "^6.2.0",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}