initial commit

This commit is contained in:
Yana
2025-02-28 12:25:14 +02:00
parent 662ffe74c4
commit 8377817ce6
6 changed files with 4540 additions and 5001 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@nymproject/explorer-nextjs",
"version": "0.1.0",
"name": "@nymproject/explorer-v2",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -26,6 +26,7 @@
"@nivo/line": "^0.88.0",
"@nymproject/contract-clients": "^1.4.1",
"@nymproject/react": "1.0.0",
"@nymproject/types": "1.0.0",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-query-next-experimental": "^5.66.0",
+42
View File
@@ -0,0 +1,42 @@
# EXAMPLE USAGE:
#
# Refer for explanation to following link:
# https://lefthook.dev/configuration/
#
# pre-push:
# jobs:
# - name: packages audit
# tags:
# - frontend
# - security
# run: yarn audit
#
# - name: gems audit
# tags:
# - backend
# - security
# run: bundle audit
#
# pre-commit:
# parallel: true
# jobs:
# - run: yarn eslint {staged_files}
# glob: "*.{js,ts,jsx,tsx}"
#
# - name: rubocop
# glob: "*.rb"
# exclude:
# - config/application.rb
# - config/routes.rb
# run: bundle exec rubocop --force-exclusion {all_files}
#
# - name: govet
# files: git ls-files -m
# glob: "*.go"
# run: go vet {files}
#
# - script: "hello.js"
# runner: node
#
# - script: "hello.go"
# runner: go run
+1 -1
View File
@@ -57,4 +57,4 @@
"dependencies": {
"lucide-react": "^0.453.0"
}
}
}
+4494 -4998
View File
File diff suppressed because it is too large Load Diff