|
|
- {
- "name": "novatorem",
- "private": true,
- "version": "1.0.0",
- "description": "Github profile",
- "main": "index.js",
- "dependencies": {
- "faunadb": "^2.14.2",
- "isomorphic-unfetch": "^3.0.0",
- "querystring": "^0.2.0",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "typescript": "^3.9.6"
- },
- "devDependencies": {
- "@types/node": "^14.0.22",
- "@types/react": "^16.9.42",
- "@types/react-dom": "^16.9.8",
- "@vercel/node": "^1.7.2",
- "husky": "^4.2.5",
- "lint-staged": "^10.2.11",
- "prettier": "^2.0.5"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/novatorem/novatorem.git"
- },
- "keywords": [],
- "author": "Andrew Novac",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/novatorem/novatorem/issues"
- },
- "homepage": "https://github.com/novatorem/novatorem#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "lint-staged": {
- "*.{js,css,md}": "prettier --write"
- }
- }
|