add package json

This commit is contained in:
Matthias 2021-12-02 11:01:37 +01:00
parent db98006db8
commit 695999282d
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
3 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@ -77,6 +77,4 @@ dev/
locale_stats.json
# node.js
package-lock.json
package.json
node_modules/

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "InvenTree",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

1
package.json Normal file
View File

@ -0,0 +1 @@
{}