Skip to content

Commit

Permalink
0.0.2 (#23) (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbykolev authored Dec 20, 2024
1 parent 698cc77 commit a479e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 1 addition & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
{
"name": "@alkemio/documentation",
"version": "0.0.1",
"description": "Alkemio platform documentation",
"author": "Alkemio Foundation",
"repository": {
"type": "git",
"url": "https://github.com/alkem-io/documentation"
},
"license": "EUPL-1.2",
"scripts": {
"dev": "next -p 3010",
"build": "next build",
"start": "next start -p 3010",
"export": "next export"
},
"dependencies": {
"next": "^14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"engines": {
"node": ">=20.9.0",
"npm": ">=10"
},
"volta": {
"node": "20.13.1"
}
}
{"name":"@alkemio/documentation","version":"0.0.2","description":"Alkemio platform documentation","author":"Alkemio Foundation","repository":{"type":"git","url":"https://github.com/alkem-io/documentation"},"license":"EUPL-1.2","scripts":{"dev":"next -p 3010","build":"next build","start":"next start -p 3010","export":"next export"},"dependencies":{"next":"^14.2.5","nextra":"^2.13.4","nextra-theme-docs":"^2.13.4","react":"^18.3.1","react-dom":"^18.3.1"},"engines":{"node":">=20.9.0","npm":">=10"},"volta":{"node":"20.13.1"}}

0 comments on commit a479e16

Please sign in to comment.