-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Megafown",
"version": "1.0.0",
"description": "An app to help speakers be heard by more people at demonstrations",
"main": "index.js",
"scripts": {
"start": "nodemon start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"activism",
"demonstrations"
],
"author": "Gabriel Rubinstein",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/polyfill": "^7.12.1",
"@babel/register": "^7.17.0",
"axios": "^0.26.0",
"body-parser": "^1.19.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-sanitizer": "^1.0.6",
"express-session": "^1.17.2",
"json-loader": "^0.5.7",
"mongoose": "^6.2.3",
"pug": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^6.6.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-dev-middleware": "^5.3.1",
"webpack-hot-middleware": "^2.25.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimurKiyivinski/express-webpack-boilerplate.git"
},
"bugs": {
"url": "https://github.com/TimurKiyivinski/express-webpack-boilerplate/issues"
},
"homepage": "https://github.com/TimurKiyivinski/express-webpack-boilerplate#readme"
}