-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "open-pro-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "npm run generate-data && next build",
"start": "next start",
"lint": "next lint",
"generate-data": "node scripts/generateDonationPosts.ts",
"generate:donationPosts": "ts-node scripts/generateDonationPosts.ts"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@headlessui/tailwindcss": "^0.2.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.1.6",
"@solana/kit": "^2.1.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"aos": "3.0.0-beta.6",
"date-fns": "^4.1.0",
"fs": "^0.0.1-security",
"next": "15.1.6",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^10.0.0",
"rehype-pretty-code": "^0.14.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.5",
"@tailwindcss/typography": "^0.5.16",
"@types/aos": "^3.0.7",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5"
},
"engines": {
"node": ">=18.x"
}
}