Start frontend project

This commit is contained in:
2021-04-07 21:23:21 -05:00
parent b46ec965e1
commit e04e991cfa
4 changed files with 1084 additions and 0 deletions

20
frontend/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"lodash": "^4.17.21"
}
}