summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index ce00852..71801a3 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,5 +1,5 @@
{
- "name": "inventory",
+ "name": "unmess",
"version": "0.1.0",
"private": true,
"dependencies": {
@@ -7,8 +7,10 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bootstrap": "^4.5.3",
+ "luxon": "^1.25.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
+ "react-bootstrap-typeahead": "^5.1.2",
"react-dom": "^17.0.1",
"react-jwt": "^1.0.7",
"react-router-dom": "^5.2.0",
@@ -38,5 +40,5 @@
"last 1 safari version"
]
},
- "proxy": "http://inventory.localhost:5000"
+ "proxy": "http://unmess.localhost:5000"
}