Initial React project

This commit is contained in:
Johan
2026-03-17 00:42:10 +01:00
parent c9031f2275
commit 8bca9680e4
1317 changed files with 48700 additions and 23334 deletions

19
node_modules/flatted/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "flatted",
"version": "3.3.3",
"version": "3.4.1",
"description": "A super light and fast circular JSON parser.",
"unpkg": "min.js",
"main": "./cjs/index.js",
@@ -33,6 +33,7 @@
"min.js",
"php/flatted.php",
"python/flatted.py",
"golang/pkg/flatted/flatted.go",
"types/"
],
"keywords": [
@@ -49,19 +50,19 @@
},
"homepage": "https://github.com/WebReflection/flatted#readme",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-terser": "^1.0.0",
"@ungap/structured-clone": "^1.3.0",
"ascjs": "^6.0.3",
"c8": "^10.1.3",
"c8": "^11.0.0",
"circular-json": "^0.5.9",
"circular-json-es6": "^2.0.2",
"jsan": "^3.1.14",
"rollup": "^4.34.8",
"terser": "^5.39.0",
"typescript": "^5.7.3"
"rollup": "^4.59.0",
"terser": "^5.46.0",
"typescript": "^5.9.3"
},
"module": "./esm/index.js",
"type": "module",