UNPKG

jsonresume-theme-stackoverflowed

Version:

A JSON Resume Theme inspired by the Stack Overflow Developer Story resume format.

88 lines (87 loc) 3.08 kB
{ "name": "jsonresume-theme-stackoverflowed", "version": "1.1.5", "description": "A JSON Resume Theme inspired by the Stack Overflow Developer Story resume format.", "author": "mylesj <hi@mylesj.dev>", "license": "MIT", "repository": "github:mylesj/jsonresume-theme-stackoverflowed", "bugs": "https://github.com/mylesj/jsonresume-theme-stackoverflowed/issues", "keywords": [ "json", "resume", "jsonresume", "theme", "stack", "overflow", "stackoverflow", "jobs", "developer", "story", "careers" ], "main": "dist/render.js", "module": "dist/render.mjs", "types": "dist/types.public.d.ts", "scripts": { "prepare": "husky install", "prebuild": "rimraf dist", "build": "cross-env NODE_ENV=production rollup --config rollup.config.ts --configPlugin typescript", "postbuild": "tsc --declaration --emitDeclarationOnly --removeComments ./src/types.public.ts --outDir ./dist", "dev": "cross-env NODE_ENV=development vite", "test": "cross-env NODE_ENV=development TZ=UTC jest --config jest.config.json", "format": "prettier . --write", "lint": "eslint .", "ci:format": "prettier . --check --color", "ci:lint": "eslint . --max-warnings=0 --color", "ci:test": "yarn test --color --coverage", "ci:typecheck": "tsc --noEmit" }, "dependencies": { "@emotion/react": "^11.10.4", "axios": "^0.27.2", "date-fns": "^2.29.3", "i18n-iso-countries": "^7.5.0", "immer": "^9.0.15", "immer-compose": "^1.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "simple-icons": "^7.12.0" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@kurone-kito/jsonresume-types": "^0.3.4", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-typescript": "^8.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/jest": "^29.0.3", "@types/ramda": "^0.28.15", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "@vitejs/plugin-react": "^2.1.0", "cross-env": "^7.0.3", "dotenv": "^16.0.2", "eslint": "^8.24.0", "eslint-plugin-react": "^7.31.8", "husky": "^8.0.1", "jest": "^29.0.3", "jest-environment-jsdom": "^29.0.3", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "ramda": "^0.28.0", "rimraf": "^3.0.2", "rollup": "^2.79.1", "semantic-release": "^19.0.5", "ts-jest": "^29.0.2", "tslib": "^2.3.1", "typescript": "^4.8.3", "vite": "^3.1.3" }, "optionalDependencies": { "@kurone-kito/jsonresume-types": "*" } }