-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
{
"name": "moramia-website",
"version": "1.0.0",
"description": "Moramia website",
"scripts": {
"test": "jest --coverage",
"serve": "browser-refresh ./src/server.js",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushdev-code/moramia-website.git"
},
"keywords": [
"moramia"
],
"author": "pushdev",
"license": "ISC",
"bugs": {
"url": "https://github.com/pushdev-code/moramia-website/issues"
},
"homepage": "https://github.com/pushdev-code/moramia-website#readme",
"dependencies": {
"@google-cloud/secret-manager": "^3.0.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.2",
"envdot": "0.0.3",
"express": "^4.17.1",
"jest": "^26.1.0",
"mongoose": "^5.9.19"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"browser-refresh": "^1.7.3",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"node-static": "^0.7.11",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}