-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "next-msg91",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3030",
"build": "next build",
"start": "next start -p 3030",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.7",
"curlconverter": "^4.12.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"js-yaml": "^4.1.0",
"lottie-react": "^2.4.1",
"next": "^16.0.7",
"next-mdx-remote": "^5.0.0",
"npm": "^10.8.3",
"path": "^0.12.7",
"prismjs": "^1.29.0",
"react": "^19",
"react-bootstrap-typeahead": "^6.3.2",
"react-calendly": "^4.3.1",
"react-dom": "^19",
"react-icons": "^5.3.0",
"react-player": "^2.16.0",
"react-select": "^5.8.1",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.6",
"sass": "^1.77.5",
"sharp": "^0.34.5"
},
"devDependencies": {
"daisyui": "^4.12.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"pettier": "^1.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md, mdx, html,css}": "npx prettier --write --ignore-unknown"
}
}