-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 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
33
34
35
36
37
38
{
"name": "docs-vechain-energy",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export && touch out/.nojekyll"
},
"repository": {
"type": "git",
"url": "https://github.com/vechain-energy/learn.vechain.energy.git"
},
"author": "Mario Micklisch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vechain-energy/learn.vechain.energy/issues"
},
"homepage": "htps://docs.vechain.energy",
"dependencies": {
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "18.2.15",
"constructs": "10.1.156",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"typescript": "^4.9.3"
},
"packageManager": "[email protected]"
}