Added some groundwork for showcase files.

This commit is contained in:
2022-04-17 18:47:24 -05:00
parent cf220fd189
commit e5996b5cb8
14 changed files with 596 additions and 36 deletions

View File

@@ -5,13 +5,14 @@
"description": "",
"main": "webpack.common.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack serve --config webpack.dev.js"
"build": "webpack --config webpack.prod.cjs",
"watch": "webpack serve --config webpack.dev.cjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
@@ -20,5 +21,8 @@
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"audioshowkit": "file:.."
}
}