-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
71 lines (71 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "perfil-parlamentar",
"version": "3.5.0",
"description": "Saiba o que se passa no Congresso",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"docs": "documentation build 'server.js' -f html -o docs",
"test": "mocha tests"
},
"engines": {
"node": "10.15.1",
"npm": "6.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analytics-ufcg/voz-ativa.git"
},
"author": "Laboratório Analytics - UFCG",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/analytics-ufcg/voz-ativa/issues"
},
"homepage": "https://github.com/analytics-ufcg/voz-ativa#readme",
"dependencies": {
"@webassemblyjs/helper-wasm-section": "^1.8.0",
"@webassemblyjs/wasm-opt": "^1.8.0",
"@webassemblyjs/wast-parser": "^1.8.0",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"concurrently": "^4.0.1",
"cors": "^2.8.4",
"expand-range": "^2.0.2",
"express": "^4.16.3",
"express-jwt": "^6.0.0",
"express-validator": "^6.2.0",
"fbgraph": "^1.4.4",
"force-ssl-heroku": "^1.0.2",
"heroku-logger": "^0.3.1",
"immer": "^9.0.6",
"jsonwebtoken": "^8.3.0",
"mysql2": "^1.6.4",
"npm": "^6.14.6",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"passport-google-token": "^0.1.2",
"pg": "^7.6.1",
"preserve": "^0.2.0",
"react-device-detect": "^1.5.9",
"react-scroll": "^1.7.10",
"react-scroll-into-view": "^1.5.0",
"recompose": "^0.30.0",
"request": "^2.88.0",
"sequelize": "^4.41.2",
"sequelize-cli": "^5.3.0",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4",
"webassemblyjs": "^1.8.0",
"webpack-log": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.1",
"nodemon": "^1.18.3"
}
}