-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.1 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.1 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "eleccionesweb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest",
"test:ci": "jest --ci --coverage --maxWorkers=2",
"dev": "webpack-dev-server --config webpack/dev.config.js --mode development --hot --progress --port 8080 --host 0.0.0.0",
"build": "webpack --mode production --config webpack/prod.config.js"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@sendgrid/mail": "^6.3.1",
"async": "^3.1.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"firebase-admin": "^5.13.1",
"geodist": "^0.2.1",
"google-maps-react": "^2.0.2",
"http-errors": "~1.6.2",
"jwt-simple": "^0.5.1",
"knex": "0.13.0",
"moment": "^2.22.0",
"moment-timezone": "^0.5.14",
"morgan": "~1.9.0",
"multer": "^1.3.1",
"node-cron": "^1.2.1",
"pg": "^7.4.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"socket.io": "^2.1.0",
"uuid": "^3.3.2",
"validate.js": "^0.12.0",
"wait-on": "^3.1.0",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.7",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"cypress": "^3.1.0",
"cypress-testing-library": "^2.3.1",
"dotenv": "^5.0.1",
"firebase-mock": "^2.2.10",
"firebase-server": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-prefix-plugin": "^1.1.0",
"jest": "^23.6.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"pgtools": "^0.3.0",
"postcss-loader": "^3.0.0",
"react-dev-utils": "^7.0.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}