diff --git a/.env.template b/.env.template
index c2e4ef7..7299a46 100644
--- a/.env.template
+++ b/.env.template
@@ -1,2 +1,8 @@
REACT_APP_ANONYMOUS_USER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-REACT_APP_VERSION=$npm_package_version
\ No newline at end of file
+REACT_APP_VERSION=$npm_package_version
+FLAG_CONSOLE_USER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+FLAG_BOOKWORM=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+FLAG_FAKER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+FLAG_PATH_EXPLORER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+FLAG_REAL_GAMER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+FLAG_INSPECTOR=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\ No newline at end of file
diff --git a/package.json b/package.json
index f671938..35e9444 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"homepage": "https://snek.at",
"license": "(EUPL-1.2)",
"dependencies": {
+ "faker": "^5.1.0",
"fuzzysort": "^1.1.4",
"gh-pages": "^3.1.0",
"js-sha256": "^0.9.0",
@@ -18,14 +19,15 @@
"react-redux": "^7.2.0",
"react-redux-loading-bar": "^4.6.0",
"react-router-dom": "^5.0.1",
+ "react-simple-maps": "^2.1.2",
"react-text-loop": "^2.3.0",
"react-typed": "^1.2.0",
- "reactjs-oauth": "0.1.0",
+ "reactjs-oauth": "^0.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serialize-error": "^7.0.1",
- "snek-client": "file:snek-client-0.2.0-beta.tgz",
- "snek-intel": "^0.1.1",
+ "snek-client": "file:snek-client-0.2.0-rc.7.tgz",
+ "snek-intel": "file:snek-intel-0.2.0-rc.6.tgz",
"tippy.js": "^6.2.3"
},
"repository": {
@@ -40,11 +42,11 @@
"eject": "react-scripts eject"
},
"devDependencies": {
- "renamer": "^1.0.0",
- "rimraf": "^2.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
- "react-scripts": "^3.4.1"
+ "react-scripts": "^4.0.0",
+ "renamer": "^1.0.0",
+ "rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
diff --git a/public/index.html b/public/index.html
index 96946a0..22bd469 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,6 +10,9 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
+
@@ -76,4 +79,9 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->