generated from KyleKlus/home-page-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 763 Bytes
/
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
{
"name": "home-page-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/mdx": "^14.0.3",
"@types/jquery": "^3.5.29",
"@types/node": "^20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"firebase": "^10.6.0",
"firebase-admin": "^11.11.1",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.3.2",
"moment": "^2.29.4",
"next": "^14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.8.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"xlsx": "^0.18.5"
}
}