-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.55 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
{
"name": "democracyos",
"version": "3.0.0-alpha",
"repository": {
"type": "git",
"url": "git://github.com/DemocracyOS/democracyos.git"
},
"engines": {
"node": "^8"
},
"scripts": {
"test": "NODE_ENV=test mocha --recursive --timeout 10000",
"start": "nodemon main"
},
"dependencies": {
"accepts": "^1.3.4",
"cldr-data": "^32.0.1",
"compression": "^1.7.1",
"connect-mongo": "^2.0.1",
"dotenv": "^5.0.0",
"draft-js": "^0.10.5",
"express": "^4.16.2",
"express-paginate": "^0.3.0",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"globalize": "^1.3.0",
"helmet": "^3.10.0",
"http-status": "^1.0.1",
"mongoose": "^5.0.3",
"mongoose-paginate": "^5.0.3",
"next": "^4.2.3",
"next-auth": "^1.8.0",
"nodemailer": "^4.4.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^1.5.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"winston": "^2.4.0"
},
"devDependencies": {
"admin-on-rest": "^1.3.4",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^4.17.0",
"eslint-config-democracyos": "^2.0.2",
"fakegoose": "0.0.3",
"faker": "^4.1.0",
"mocha": "^5.0.0",
"nodemon": "^1.17.2",
"rewire": "^3.0.2",
"sinon": "^4.2.2",
"sinon-mongoose": "^2.0.2"
},
"cldr-data-urls-json": "../../cldr.json"
}