first commit with package.json

This commit is contained in:
2021-08-06 20:33:55 +02:00
parent 6eb44cfdc3
commit c11ad68acd
3 changed files with 33 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "arne-drums",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"svelte": {
"version": "3.42.1",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.42.1.tgz",
"integrity": "sha512-XtExLd2JAU3T7M2g/DkO3UNj/3n1WdTXrfL63OZ5nZq7nAqd9wQw+lR4Pv/wkVbrWbAIPfLDX47UjFdmnY+YtQ=="
}
}
}