Skip to content

Commit

Permalink
sets up initial canon-next folder
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 14, 2023
1 parent 1294f39 commit 8903f7d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# canon-next
48 changes: 48 additions & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "@datawheel/canon-next",
"version": "0.1.0",
"description": "Nextjs components for sites migrating away from canon-core.",
"exports": {
".": {
"import": "./dist/index.js"
},
"./server": {
"import": "./dist/server.js"
}
},
"files": [
"dist",
"README.md"
],
"style": "./dist/index.css",
"scripts": {
"prepublishOnly": "tsup",
"build": "tsup",
"dev": "tsup --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Datawheel/canon.git"
},
"keywords": [
"cms",
"data",
"datawheel"
],
"author": "Sebastián Espinoza",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Datawheel/canon/issues"
},
"homepage": "https://github.com/Datawheel/canon#readme",
"dependencies": {
"@mantine/core": "^5.6.3",
"react": "^18.0.2"
},
"devDependencies": {
"tsup": "^6.5.0"
},
"peerDependencies": {
"next": "^13.0.0"
}
}

0 comments on commit 8903f7d

Please sign in to comment.