-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.1 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.1 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
{
"name": "monashcoding-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "eslint app",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monashcoding/monashcoding-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/monashcoding/monashcoding-site/issues"
},
"homepage": "https://github.com/monashcoding/monashcoding-site#readme",
"dependencies": {
"@portabletext/react": "^6.0.2",
"@react-email/components": "^1.0.6",
"@react-email/render": "^2.0.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@sanity/image-url": "^2.0.3",
"@sanity/vision": "^5.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.26.2",
"gsap": "^3.14.2",
"heic2any": "^0.0.4",
"jszip": "^3.10.1",
"lucide-react": "^0.562.0",
"motion": "^12.26.2",
"next": "^16.0.6",
"next-sanity": "^12.0.12",
"ogl": "^1.0.11",
"postprocessing": "^6.38.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"resend": "^6.7.0",
"sanity": "^5.4.0",
"styled-components": "^6.3.8",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.6",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@next/bundle-analyzer": "^15.3.3",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.6",
"husky": "^9.1.7",
"lerna": "^9.0.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}