forked from sergiotarxz/Peertube-dl
14 lines
213 B
JSON
14 lines
213 B
JSON
|
{
|
||
|
"name": "default-theme",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"webpack": "^5.15.0",
|
||
|
"webpack-cli": "^4.3.1"
|
||
|
}
|
||
|
}
|