Fix dark theme colors, reload button functionality, and code cleanup

This commit is contained in:
2026-01-23 12:50:56 +01:00
parent fd537026d3
commit cebae83ae1
5 changed files with 145 additions and 563 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "jmespath-playground",
"version": "1.2.1",
"version": "1.2.2",
"description": "A React-based web application for testing JMESPath expressions against JSON data",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"prebuild": "node scripts/version-check.js",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --watchAll=false",
"test:watch": "react-scripts test",
"server": "node server.js"
},
"engines": {