-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "gitsecure-docs",
"private": true,
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"release": "standard-version",
"changelog": "conventional-changelog -p -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog'",
"changelog-first-release": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --first-release"
},
"authors": [
"Daniel Adeboye",
"kaf-lamed-beyt"
],
"license": "MIT",
"dependencies": {
"@vercel/og": "^0.5.0",
"clsx": "^1.2.1",
"framer-motion": "^10.0.0",
"next": "^13.1.1",
"nextra": "^2.4.2",
"nextra-logo": "0.1.3-beta.0",
"nextra-theme-docs": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"postcss": "^8.4.21",
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.0"
},
"version": "0.0.4"
}