diff --git a/package.json b/package.json new file mode 100644 index 0000000..620b129 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "itpsp-web", + "version": "0.1.0", + "description": "Web Frontend for ITPSP", + "main": "index.js", + "repository": "https://git.lottepup.space/IloTokiPiSitelenPona/Web", + "author": "Charlotte Gaskell ", + "license": "AGPL-3.0-or-later", + "private": false, + "dependencies": { + "@materializecss/materialize": "^2.2.2" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..200b965 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,8 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@materializecss/materialize@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@materializecss/materialize/-/materialize-2.2.2.tgz#97d55243ce0ffdf3046b1f1f47473d56e5305f6c" + integrity sha512-9po513r3T7LPEIzVR9W8Xz+iPmMmdf92M7+vLLS+L8n1Z0baidpH74adj4X9a+PEzhtd7NFeCvJSyTBtkojuVw==