gh-pages ready (#75)

This commit is contained in:
Miguel Sozinho Ramalho
2023-10-09 18:58:19 +01:00
committed by GitHub
parent 042346a833
commit e6a24297fc
5 changed files with 570 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "timemap",
"version": "0.1.0",
"description": "",
"homepage": ".",
"homepage": "https://bellingcat.github.io/ukraine-timemap",
"private": true,
"engines": {
"node": "18"
@@ -15,7 +15,9 @@
"test": "vitest",
"eslint": "eslint src --ext jsx",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
"lint:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"predeploy": "vite build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@json2csv/plainjs": "^6.1.2",
@@ -48,6 +50,7 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.0.0",
"husky": "^8.0.3",
"jest-date-mock": "^1.0.8",
"lint-staged": "^13.1.0",