{ "name": "mythicsymbolic", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "deploy": "npm run build && gh-pages -d dist", "typecheck": "tsc --noemit", "build": "node build-vocabulary.js && rm -rf dist && parcel build index.html -d dist --public-url .", "watch": "node build-vocabulary.js && parcel index.html -d dist-watch" }, "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@babel/register": "^7.12.10", "@types/cheerio": "^0.22.23", "@types/node": "^14.14.22", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.0", "cheerio": "^1.0.0-rc.5", "gh-pages": "^3.1.0", "parcel-bundler": "^1.12.4", "prettier": "^2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", "typescript": "^4.1.3" } }