-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Project set up
- Loading branch information
1 parent
24665b8
commit d41534a
Showing
19 changed files
with
418 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,79 @@ | ||
{ | ||
"name": "react-base-app", | ||
"private": true, | ||
"name": "alert-hub", | ||
"version": "0.0.0", | ||
"type": "module", | ||
"private": true, | ||
"scripts": { | ||
"start": "vite", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"check-unused": "unimported", | ||
"test": "vitest", | ||
"coverage": "vitest run --coverage", | ||
"typecheck": "tsc", | ||
"lint": "eslint src", | ||
"css-lint": "stylelint ./src/**/*.css" | ||
"lint:js": "eslint src", | ||
"lint:css": "stylelint \"./src/**/*.css\"", | ||
"lint:unused": "unimported", | ||
"lint:translation": "node ./scripts/translator.js", | ||
"lint": "yarn lint:js && yarn lint:css && yarn lint:unused && yarn lint:translation", | ||
"postinstall": "patch-package" | ||
}, | ||
"dependencies": { | ||
"@togglecorp/fujs": "^2.0.0", | ||
"@ifrc-go/icons": "^1.3.1", | ||
"@mapbox/mapbox-gl-draw": "^1.2.0", | ||
"@togglecorp/fujs": "^2.1.1", | ||
"@togglecorp/re-map": "^0.2.0-beta-6", | ||
"@turf/bbox": "^6.5.0", | ||
"@turf/buffer": "^6.5.0", | ||
"mapbox-gl": "^1.13.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.11.1" | ||
}, | ||
"devDependencies": { | ||
"@eslint/eslintrc": "^3.0.2", | ||
"@julr/vite-plugin-validate-env": "^1.1.1", | ||
"@eslint/eslintrc": "^2.0.3", | ||
"@julr/vite-plugin-validate-env": "^1.0.1", | ||
"@types/mapbox-gl": "^1.13.0", | ||
"@types/node": "^20.1.3", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@typescript-eslint/eslint-plugin": "^7.1.1", | ||
"@typescript-eslint/parser": "^7.1.1", | ||
"@vitejs/plugin-react-swc": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.5", | ||
"@typescript-eslint/parser": "^5.59.5", | ||
"@vitejs/plugin-react-swc": "^3.5.0", | ||
"autoprefixer": "^10.4.14", | ||
"cross-var": "^1.1.0", | ||
"dotenv-cli": "^7.2.1", | ||
"eslint": "^8.40.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-import-exports-imports-resolver": "^1.0.1", | ||
"eslint-plugin-import-newlines": "^1.3.4", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"happy-dom": "^13.6.2", | ||
"patch-package": "^8.0.0", | ||
"eslint-plugin-react-refresh": "^0.3.4", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"fast-glob": "^3.3.0", | ||
"happy-dom": "^9.18.3", | ||
"openapi-typescript": "6.5.5", | ||
"patch-package": "^7.0.0", | ||
"postcss": "^8.3.0", | ||
"postcss-nested": "^6.0.1", | ||
"postcss-normalize": "^10.0.1", | ||
"postcss-preset-env": "^9.4.0", | ||
"postcss-preset-env": "^8.3.2", | ||
"postinstall-postinstall": "^2.1.0", | ||
"stylelint": "^16.2.1", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"stylelint": "^15.6.1", | ||
"stylelint-config-concentric": "^2.0.2", | ||
"stylelint-config-recommended": "^14.0.0", | ||
"stylelint-config-recommended": "^12.0.0", | ||
"stylelint-no-unused-selectors": "git+https://github.com/toggle-corp/stylelint-no-unused-selectors#e0831e1", | ||
"stylelint-value-no-unknown-custom-properties": "^6.0.1", | ||
"stylelint-value-no-unknown-custom-properties": "^4.0.0", | ||
"surge": "^0.23.1", | ||
"typescript": "^5.0.4", | ||
"unimported": "^1.28.0", | ||
"vite": "^5.1.5", | ||
"vite-plugin-checker": "^0.6.0", | ||
"vite-plugin-compression2": "^1.0.0", | ||
"vite-plugin-webfont-dl": "^3.7.4", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^1.3.1" | ||
"unimported": "1.28.0", | ||
"vite": "^5.0.10", | ||
"vite-plugin-checker": "^0.6.2", | ||
"vite-plugin-compression2": "^0.11.0", | ||
"vite-plugin-radar": "^0.9.2", | ||
"vite-plugin-svgr": "^4.2.0", | ||
"vite-plugin-webfont-dl": "^3.9.1", | ||
"vite-tsconfig-paths": "^4.2.2", | ||
"vitest": "^1.1.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.