add package json

This commit is contained in:
Matthias
2021-12-02 11:01:37 +01:00
parent db98006db8
commit 695999282d
3 changed files with 7 additions and 2 deletions
-2
View File
@@ -77,6 +77,4 @@ dev/
locale_stats.json
# node.js
package-lock.json
package.json
node_modules/
+6
View File
@@ -0,0 +1,6 @@
{
"name": "InvenTree",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
+1
View File
@@ -0,0 +1 @@
{}