chore: set up yarn, with materialize

This commit is contained in:
Charlotte Gaskell 2025-12-24 13:29:34 +00:00
parent 0d4192b450
commit 1a23924ed8
Signed by: charlotte
GPG key ID: 8B93BA001088A340
2 changed files with 21 additions and 0 deletions

13
package.json Normal file
View file

@ -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 <charlotte.gaskell.0@gmail.com>",
"license": "AGPL-3.0-or-later",
"private": false,
"dependencies": {
"@materializecss/materialize": "^2.2.2"
}
}

8
yarn.lock Normal file
View file

@ -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==