-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 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
{
"name": "litprotocol.com-v2",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.5",
"@mantine/carousel": "^7.17.3",
"@mantine/core": "^7.17.3",
"@mantine/form": "^7.17.4",
"@mantine/hooks": "^7.17.3",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@tabler/icons-react": "^3.31.0",
"@tailwindcss/postcss": "^4.1.3",
"@tryghost/admin-api": "^1.13.8",
"@tryghost/content-api": "^1.11.22",
"@types/mdx": "^2.0.8",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^7.1.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"lottie-react": "^2.4.1",
"motion": "^12.10.4",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.10.1",
"remark-gfm": "^4.0.0",
"shiki": "^0.14.4",
"tabler": "^1.0.0-alpha.8",
"tailwind-merge": "^3.2.0",
"typescript": "5.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"eslint-config-custom": "^0.0.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.86.0",
"tailwindcss": "^4.1.3"
}
}