Get project contribs
This commit is contained in:
parent
2605bfc16b
commit
fd00b10f2e
6 changed files with 1156 additions and 1 deletions
|
|
@ -5,15 +5,21 @@
|
|||
"repository": "git@github.com:dennisschoepf/codewanderer.git",
|
||||
"author": "Dennis Schoepf <dennis@schoepf.co>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "parcel index.html",
|
||||
"build": "parcel build index.html",
|
||||
"deploy": "./deploy.sh"
|
||||
"deploy": "./deploy.sh",
|
||||
"dev:meta": "nodemon ./scripts/get-metadata.js "
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@types/animejs": "^3.1.4",
|
||||
"@types/lodash": "^4.14.171",
|
||||
"@types/p5": "^1.3.0",
|
||||
"get-folder-size": "^3.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"nodemon": "^2.0.12",
|
||||
"parcel-bundler": "^1.12.5",
|
||||
"prettier": "^2.3.2",
|
||||
"sass": "^1.35.2",
|
||||
|
|
|
|||
Reference in a new issue