|
78 | 78 | "btoa": "^1.2.1", |
79 | 79 | "buffer": "^6.0.3", |
80 | 80 | "chai": "~5.3.3", |
81 | | - "crypto-js": "^4.2.0", |
82 | | - "moment": "^2.30.1", |
83 | | - "path-browserify": "^1.0.1", |
84 | | - "tv4": "^1.3.0", |
85 | | - "uuid": "^10.0.0", |
86 | 81 | "codemirror": "^6.0.2", |
| 82 | + "crypto-js": "^4.2.0", |
87 | 83 | "fast-json-format": "~0.4.0", |
88 | 84 | "fuse.js": "^7.5.0", |
89 | 85 | "js-yaml": "^4.1.0", |
90 | 86 | "jshint": "^2.13.6", |
91 | 87 | "jsonpath-plus": "^10.3.0", |
92 | 88 | "lodash-es": "~4.17.21", |
93 | 89 | "markdown-it": "^14.1.0", |
| 90 | + "moment": "^2.30.1", |
94 | 91 | "monaco-editor": "^0.53.0", |
95 | 92 | "nanoid": "~3.3.11", |
96 | 93 | "node-html-parser": "^8.0.4", |
| 94 | + "path-browserify": "^1.0.1", |
97 | 95 | "prettier": "^2.7.1", |
98 | 96 | "prismjs": "^1.29.0", |
99 | 97 | "quickjs-emscripten": "~0.32.0", |
|
106 | 104 | "react-router-dom": "^7.3.0", |
107 | 105 | "remark-gfm": "^4.0.1", |
108 | 106 | "strip-json-comments": "^3.1.1", |
| 107 | + "tv4": "^1.3.0", |
| 108 | + "uuid": "^10.0.0", |
109 | 109 | "xml-formatter": "^3.5.0" |
110 | 110 | }, |
111 | 111 | "devDependencies": { |
|
115 | 115 | "@playwright/test": "^1.52.0", |
116 | 116 | "@tailwindcss/postcss": "^4.1.13", |
117 | 117 | "@tailwindcss/typography": "^0.5.10", |
| 118 | + "@types/atob": "^2.1.4", |
| 119 | + "@types/btoa": "^1.2.5", |
| 120 | + "@types/crypto-js": "^4.2.2", |
118 | 121 | "@types/express": "^4.17.21", |
119 | 122 | "@types/lodash-es": "~4.17.12", |
| 123 | + "@types/path-browserify": "^1.0.3", |
120 | 124 | "@types/prismjs": "^1.26.3", |
121 | 125 | "@types/react": "^19.0.10", |
122 | 126 | "@types/react-dom": "^19.0.4", |
123 | | - "@types/atob": "^2.1.4", |
124 | | - "@types/btoa": "^1.2.5", |
125 | | - "@types/crypto-js": "^4.2.2", |
126 | | - "@types/path-browserify": "^1.0.3", |
127 | 127 | "@types/tv4": "^1.2.33", |
| 128 | + "@types/uuid": "^10.0.0", |
128 | 129 | "@vitejs/plugin-react": "^4.3.4", |
129 | 130 | "autoprefixer": "^10.4.20", |
130 | 131 | "concurrently": "^9.1.2", |
|
0 commit comments