-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "blogapi-gui",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.6.0",
"bootstrap": "^4.3.1",
"dotenv": "^8.1.0",
"jquery": "^3.5.0",
"moment": "^2.29.4",
"popper.js": "^1.15.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.17.3",
"morgan": "~1.9.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2",
"@fortawesome/fontawesome-free": "^5.11.2",
"babel-loader": "^8.3.0",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.2.1",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.3.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"build-dev": "webpack --config webpack.config.js",
"serve": "node ./bin/www",
"dev-server": "webpack-dev-server",
"build-prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewandy/blogapi-gui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewandy/blogapi-gui/issues"
},
"homepage": "https://github.com/lewandy/blogapi-gui#readme"
}