generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "restaurant-page",
"version": "1.0.0",
"description": "A Restuarant page app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack --mode development --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microverseinc/curriculum-tools-buggy-restaurant.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/microverseinc/curriculum-tools-buggy-restaurant/issues"
},
"homepage": "https://github.com/microverseinc/curriculum-tools-buggy-restaurant#readme",
"devDependencies": {
"css-loader": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}