-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.93 KB
/
package.json
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
{
"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": "contentlayer build",
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"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": {
"@react-three/drei": "^9.88.7",
"@react-three/fiber": "^8.15.8",
"@react-three/postprocessing": "^2.15.8",
"@types/three": "^0.158.0",
"@formkit/auto-animate": "^0.8.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.488",
"clsx": "^2.0.0",
"commitlint": "^17.7.2",
"commitlint-config-gitmoji": "^2.3.1",
"contentlayer": "^0.3.4",
"cz-customizable": "^7.0.0",
"date-fns": "^2.30.0",
"fast-shuffle": "^6.0.1",
"framer-motion": "^10.16.4",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"next": "13.5.4",
"next-contentlayer": "^0.3.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.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.158.0",
"typed.js": "^2.0.16"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"daisyui": "^3.9.4",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3.3.3",
"typescript": "^5"
}
}