-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 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
{
"name": "developer-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^5.2.1",
"@aptos-labs/wallet-adapter-react": "^8.3.0",
"@aptos-labs/wallet-standard": "^0.5.2",
"@contentful/rich-text-react-renderer": "^15.22.11",
"@contentful/rich-text-types": "^16.8.5",
"@lottiefiles/dotlottie-react": "^0.9.3",
"@movementlabsxyz/movement-design-system": "github:MoveIndustries/movement-design-system",
"@tailwindcss/postcss": "^4.1.17",
"fs": "0.0.1-security",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"next": "15.5.18",
"next-themes": "^0.4.6",
"prismjs": "^1.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-slick": "^0.30.3",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/node": "^20.19.25",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-slick": "^0.23.13",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.5.18",
"postcss": "^8.5.6",
"sass": "^1.94.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}