mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-26 06:20:42 -05:00
feat: skeleton
This commit is contained in:
parent
3c421fcb2f
commit
8d2c9f4bed
4 changed files with 1729 additions and 0 deletions
1710
restaurant/package-lock.json
generated
Normal file
1710
restaurant/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
17
restaurant/package.json
Normal file
17
restaurant/package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "restaurant",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"html-webpack-plugin": "^5.5.4",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
}
|
||||
}
|
0
restaurant/src/index.js
Normal file
0
restaurant/src/index.js
Normal file
2
restaurant/webpack.config.js
Normal file
2
restaurant/webpack.config.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
const path = require('path');
|
||||
|
Loading…
Reference in a new issue