-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
78 lines (78 loc) · 2.07 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
72
73
74
75
76
77
78
{
"name": "hechalaley",
"version": "1.0.0",
"description": "An open-source bill tracking utility for Congresses.",
"license": "GPL-3.0",
"author": "Democracia En Red & Directorio Legislativo",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/DemocraciaEnRed/hechalaley"
},
"scripts": {
"test": "tape test/**/*.js",
"test:watch": "nodemon --watch . --exec 'npm run test'",
"dev": "DEBUG='hechalaley*' nodemon",
"start": "node .",
"build": "next build client",
"server": "npm run build && npm start",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@material-ui/core": "3.6.0",
"@material-ui/icons": "3.0.1",
"@sindresorhus/class-names": "0.1.0",
"body-parser": "1.18.3",
"check-node-version": "3.2.0",
"compression": "1.7.3",
"cookie-parser": "1.4.3",
"cors": "2.8.5",
"diff": "3.5.0",
"dos-config": "3.0.2",
"express": "4.16.4",
"helmet": "3.15.0",
"hpp": "0.2.2",
"immutable": "3.8.2",
"isomorphic-fetch": "2.2.1",
"jsonwebtoken": "8.4.0",
"jump.js": "1.0.2",
"lodash": "4.17.11",
"lodash.throttle": "4.1.1",
"marked": "0.5.2",
"moment": "2.22.2",
"mongoose": "5.3.14",
"ms": "2.1.1",
"next": "7.0.2",
"notifme-sdk": "1.8.0",
"nprogress": "0.2.0",
"promise": "8.0.2",
"ra-data-simple-rest": "2.4.4",
"ra-language-spanish": "1.0.0",
"react": "16.6.3",
"react-admin": "2.4.4",
"react-dom": "16.6.3",
"react-ga": "2.5.6",
"react-icons": "3.2.2",
"react-redux": "5.1.1",
"react-select": "1.2.1",
"react-sticky": "6.0.3",
"react-tabs": "2.3.0",
"scroll-to-element": "2.0.2",
"slate": "0.44.6",
"slate-md-serializer": "5.2.0",
"slate-react": "0.21.12",
"string-similarity": "1.2.2"
},
"engines": {
"node": "8.11.3",
"npm": "5.6.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"blue-tape": "1.0.0",
"eslint": "5.9.0",
"eslint-config-mural": "1.1.0",
"eslint-plugin-babel": "5.3.0",
"nodemon": "1.18.7"
}
}