-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 894 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 894 Bytes
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
{
"name": "deskbtm-home",
"version": "0.1.0",
"private": true,
"description": "deskbtm.com home site",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"static": "next build && next export",
"deploy": "node ./deploy"
},
"dependencies": {
"@deskbtm/next-og": "0.0.1-alpha.7",
"@types/node": "20.10.4",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"i18next": "22.0.4",
"next": "13.0.2",
"next-i18next": "^12.1.0",
"next-language-detector": "^1.0.2",
"next-sitemap": "^3.1.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"ora": "5.4.0"
},
"packageManager": "yarn@4.0.2"
}