forked from wpbones/website-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "@wpbones/docs",
"version": "1.5.0",
"description": "WP Bones Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wpbones/website-docs"
},
"author": "Giovambattista Fazioli <wpbones.info@gmail.com>",
"license": "GNU GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/wpbones/website-docs/issues"
},
"homepage": "https://wpbones.vercel.app/",
"dependencies": {
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@next/third-parties": "^14.2.4",
"@tabler/icons-react": "^3.11.0",
"@vercel/analytics": "^1.3.1",
"aos": "^2.3.4",
"clsx": "^2.1.1",
"i": "^0.3.7",
"next": "^13.5.6",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^4.9.5"
}
}