forked from solana-foundation/solana-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.93 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.93 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "solana-com",
"description": "The solana.com website",
"version": "3.0.0",
"author": "Solana Maintainers",
"repository": {
"type": "git",
"url": "https://github.com/solana-foundation/solana-com"
},
"dependencies": {
"@ai-sdk/openai": "^1.2.0",
"@builder.io/react": "^7.0.1",
"@inkeep/cxkit-react": "^0.5.36",
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@sentry/nextjs": "^9.28.1",
"@sindresorhus/slugify": "^2.2.1",
"@solana-foundation/solana-lib": "^2.40.3",
"@typeform/embed": "^5.1.0",
"ai": "^4.1.50",
"bootstrap": "^5.3.3",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"codehike": "^1.0.7",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"feed": "^4.2.2",
"fs-mdx": "0.4.0",
"fumadocs-core": "15.0.3",
"fumadocs-ui": "14.7.0",
"gray-matter": "^4.0.3",
"i18next": "^23.16.2",
"i18next-resources-to-backend": "^1.2.1",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"mermaid": "^11.5.0",
"next": "^15.1.0",
"next-i18next": "^15.3.1",
"next-intl": "^3.0.0",
"next-seo": "^6.6.0",
"node-fetch-cache": "^5.0.2",
"postcss-flexbugs-fixes": "^5.0.2",
"posthog-js": "^1.232.7",
"react": "^19.0.0",
"react-bootstrap": "^2.10.5",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-feather": "^2.0.10",
"react-i18next": "^15.1.0",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-resizable-panels": "^2.1.8",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.80.3",
"seti-icons": "^0.0.4",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"svg-pan-zoom": "^3.6.2",
"swr": "^2.2.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tinyduration": "^3.3.1",
"uuid": "^11.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@builder.io/sdk": "^6.0.5",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@next/bundle-analyzer": "15.0.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.9",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "15.1.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.0.0",
"husky": "^9.1.6",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.47",
"postcss-preset-env": "^10.0.7",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"test": "jest",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,scss}\"",
"format:all": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss}\"",
"lint": "next lint",
"lint:fix": "next lint --fix",
"postbuild": "next-sitemap",
"prepare": "husky",
"postinstall": "fs-mdx",
"add:radix": "npx @radix-ui/scripts"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}