-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
37
38
39
40
41
{
"name": "blogapi-gui",
"version": "1.0.0",
"description": "Blog API - Gui",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode development --port 3000 --hot --host 0.0.0.0 --content-base public/",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonlopezg/blogapi-gui.git"
},
"author": "Wilson Lopez G.",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilsonlopezg/blogapi-gui/issues"
},
"homepage": "https://github.com/wilsonlopezg/blogapi-gui#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"lodash": "^4.17.15",
"moment": "^2.24.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.5",
"core-js": "^3.3.2",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.8.2"
},
"keywords": []
}