-
Notifications
You must be signed in to change notification settings - Fork 246
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.63 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.63 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
{
"name": "mmswe.com",
"version": "0.1.0",
"private": true,
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lwinmoepaing/mse/blob/main/LICENSE"
}
],
"scripts": {
"content:build": "contentlayer2 build",
"prepare": "husky install",
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"lint-staged": "lint-staged — config .lintstagedrc",
"commit": "cz-customizable",
"serve": "serve ./out"
},
"commit": "./node_modules/cz-customizable/standalone.js",
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"dependencies": {
"@floating-ui/react": "^0.27.19",
"@formkit/auto-animate": "^0.8.0",
"@lexical/clipboard": "^0.41.0",
"@lexical/code": "^0.41.0",
"@lexical/html": "^0.41.0",
"@lexical/link": "^0.41.0",
"@lexical/list": "^0.41.0",
"@lexical/markdown": "^0.41.0",
"@lexical/react": "^0.41.0",
"@lexical/rich-text": "^0.41.0",
"@lexical/selection": "^0.41.0",
"@lexical/utils": "^0.41.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.69",
"@types/three": "^0.183.1",
"clsx": "^2.0.0",
"commitlint": "^17.7.2",
"commitlint-config-gitmoji": "^2.3.1",
"contentlayer2": "^0.5.8",
"cz-customizable": "^7.0.0",
"date-fns": "^2.30.0",
"fast-shuffle": "^6.0.1",
"firebase": "^12.10.0",
"husky": "^8.0.3",
"lexical": "^0.41.0",
"lint-staged": "^15.0.2",
"lucide-react": "^0.577.0",
"motion": "^12.37.0",
"next": "16.1.6",
"next-contentlayer2": "^0.5.8",
"next-intl": "^4.8.3",
"react": "19.2.4",
"react-day-picker": "^9",
"react-dom": "19.2.4",
"react-icons": "^4.11.0",
"react-markdown": "^10.1.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.69.4",
"shiki": "^0.14.5",
"suspend-react": "^0.1.3",
"tailwind-merge": "^1.14.0",
"three": "^0.183.2",
"typed.js": "^2.0.16",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10",
"daisyui": "^3.9.4",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "^8",
"tailwindcss": "^3.3.3",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}