Creator scaffolding

This commit is contained in:
Roman Krček
2025-06-23 18:07:23 +02:00
parent 864c77133e
commit 0fdf77a8c3
9 changed files with 260 additions and 67 deletions

9
package-lock.json generated
View File

@@ -11,7 +11,8 @@
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.0",
"@sveltejs/adapter-node": "^5.2.12",
"googleapis": "^150.0.1"
"googleapis": "^150.0.1",
"papaparse": "^5.5.3"
},
"devDependencies": {
"@sveltejs/kit": "^2.16.0",
@@ -2497,6 +2498,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/papaparse": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
"integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
"license": "MIT"
},
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",