-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
44
45
{
"name": "@wpbones/docs",
"version": "1.9.1",
"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 <[email protected]>",
"license": "GNU GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/wpbones/website-docs/issues"
},
"homepage": "https://wpbones.com/",
"dependencies": {
"@gfazioli/mantine-marquee": "^2.0.10",
"@gfazioli/mantine-parallax": "^2.0.3",
"@mantine/core": "^7.15.3",
"@mantine/hooks": "^7.15.3",
"@next/third-parties": "^14.2.23",
"@tabler/icons-react": "^3.28.1",
"@vercel/analytics": "^1.4.1",
"aos": "^2.3.4",
"clsx": "^2.1.1",
"i": "^0.3.7",
"next": "^14.2.23",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "22.7.5",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.7.2"
}
}