fix: missing package.json.

This commit is contained in:
sergiotarxz 2021-03-31 18:43:54 +02:00
parent 8d44c9f21e
commit 10745de950
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"name": "default-theme",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "webpack"
},
"dependencies": {
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
}
}