-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 875 Bytes
/
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
{
"name": "restaurant-page",
"version": "1.0.0",
"description": "Microverse ES6 project",
"private": true,
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch",
"dev": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscardelalanza/restaurant-page.git"
},
"author": "Oscar De La Lanza",
"license": "ISC",
"bugs": {
"url": "https://github.com/oscardelalanza/restaurant-page/issues"
},
"homepage": "https://github.com/oscardelalanza/restaurant-page#readme",
"devDependencies": {
"css-loader": "^3.4.1",
"file-loader": "^5.0.2",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}