-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"name": "votest-api",
"version": "0.1.0",
"description": "Server side for votest-app",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.prod.js",
"dev": "webpack --display-error-details --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MVolodya/votest-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MVolodya/votest-api/issues"
},
"homepage": "https://github.com/MVolodya/votest-api#readme",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.32",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"firebase-admin": "^5.9.0",
"helmet": "^3.11.0",
"socket.io": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/plugin-transform-runtime": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"clean-webpack-plugin": "^0.1.17",
"morgan": "^1.9.0",
"nodemon-webpack-plugin": "^0.1.5",
"uglifyjs-webpack-plugin": "^1.1.0",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1",
"webpack-node-externals": "^1.6.0"
}
}