Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 598d121

Browse files
authored
feat: MVP
2 parents 832a970 + b94ce65 commit 598d121

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1118
-1871
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodium-launcher",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"moduleDirectories": [
66
"node_modules",
77
"src"
@@ -26,6 +26,7 @@
2626
"@types/stack-trace": "0.0.30",
2727
"@types/styled-components": "5.1.26",
2828
"ansi-to-html": "0.7.2",
29+
"axios": "^1.1.2",
2930
"class-transformer": "0.5.1",
3031
"country-flag-icons": "1.5.5",
3132
"dotenv-cli": "6.0.0",
@@ -34,7 +35,7 @@
3435
"html-react-parser": "3.0.4",
3536
"json5": "2.2.1",
3637
"lodash": "4.17.21",
37-
"mobmarch": "1.0.3",
38+
"mobmarch": "^1.0.4",
3839
"mobx": "6.7.0",
3940
"mobx-react": "7.5.3",
4041
"nanoid": "4.0.0",

0 commit comments

Comments
 (0)