-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 887 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
39
{
"name": "austria-expat-tips",
"version": "0.0.1",
"description": "Austria expat tips",
"engines": {
"node": "20.8.0",
"pnpm": "8.8.0"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunojppb/austria-expat-tips.git"
},
"author": "Bruno Paulino <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brunojppb/austria-expat-tips/issues"
},
"homepage": "https://austria-expat-tips.pages.dev",
"dependencies": {
"next": "13.5.4",
"nextra": "2.13.1",
"nextra-theme-docs": "2.13.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "5.2.2"
},
"volta": {
"node": "20.8.0",
"pnpm": "8.8.0"
}
}