React Playground temp

This commit is contained in:
2024-01-05 18:28:48 +08:00
parent 6c8c6088d1
commit 82b5e75046
23 changed files with 701 additions and 0 deletions

12
package-lock.json generated
View File

@@ -15,11 +15,13 @@
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"fast-deep-equal": "^3.1.3",
"fflate": "^0.8.1",
"jwt-decode": "^4.0.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.20.1",
@@ -3890,6 +3892,11 @@
"reusify": "^1.0.4"
}
},
"node_modules/fflate": {
"version": "0.8.1",
"resolved": "https://registry.npmmirror.com/fflate/-/fflate-0.8.1.tgz",
"integrity": "sha512-/exOvEuc+/iaUm105QIiOt4LpBdMTWsXxqR0HDF35vx3fmaKzw7354gTilCh5rkzEt8WYyG//ku3h3nRmd7CHQ=="
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -5263,6 +5270,11 @@
"node": "*"
}
},
"node_modules/monaco-editor": {
"version": "0.45.0",
"resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.45.0.tgz",
"integrity": "sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA=="
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",