This commit is contained in:
Nikolai Petukhov 2024-09-14 12:38:48 +03:00
parent cbdea31e6d
commit 1e84aa6355
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -13,7 +13,8 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router-dom": "^6.26.1", "react-router-dom": "^6.26.1",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} },
"version": "0.1.0"
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
"version": "2.3.0", "version": "2.3.0",
@ -7798,5 +7799,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
} }
} },
"version": "0.1.0"
} }

View File

@ -17,5 +17,5 @@
"clean": "rimraf dist" "clean": "rimraf dist"
}, },
"name": "enterfront", "name": "enterfront",
"version": "0.0.0" "version": "0.1.0"
} }