This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codewanderer/package.json

39 lines
1 KiB
JSON

{
"name": "CodeWanderer",
"version": "1.0.0",
"main": "index.js",
"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",
"dev:meta": "nodemon --ignore '**/*.json' ./scripts/get-metadata.js",
"generate": "node ./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",
"glob": "^7.1.7",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.12",
"parcel-bundler": "^1.12.5",
"prettier": "^2.3.2",
"sass": "^1.35.2",
"typescript": "^4.3.5"
},
"dependencies": {
"animejs": "^3.2.1",
"firebase": "^8.8.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"p5": "^1.4.0",
"rxjs": "^7.2.0",
"zustand": "^3.5.7"
}
}