-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from RDFLib/jamie/next/api-calls
Prez Lib API service layer
- Loading branch information
Showing
66 changed files
with
13,790 additions
and
60,782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "prez-ui", | ||
"version": "4.0.0", | ||
"description": "The frontend for Prez, a Linked Data API", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "pnpm --stream -r start", | ||
"start:dev": "pnpm --stream -r run start:dev", | ||
"clean": "rm -rf .parcel-cache && pnpm -r run clean", | ||
"preinstall": "npx only-allow pnpm" | ||
}, | ||
"keywords": [], | ||
"author": "[email protected]", | ||
"license": "BSD-3-Clause" | ||
} |
Oops, something went wrong.