-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 KB
/
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
40
41
42
43
{
"name": "reemodev-website",
"version": "2.0.2",
"description": "reemodev website",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"export": "next build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reeodev/reeodev.github.io.git"
},
"author": "reemo",
"license": "MIT",
"bugs": {
"url": "https://github.com/reeodev/reeodev.github.io/issues"
},
"homepage": "https://github.com/reeodev/reeodev.github.io",
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@tabler/icons": "^1.117.0",
"boring-avatars": "^1.10.1",
"next": "^13.0.6",
"next-sitemap": "^4.2.3",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.2",
"typeit-react": "^2.6.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"postcss-preset-mantine": "^1.12.3",
"typescript": "^4.9.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}