forked from DemocraciaEnRed/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "democraciaenred-website",
"version": "2.1.2",
"description": "Democracia en Red website",
"main": "index.js",
"scripts": {
"devi": "next",
"api": "node server.js",
"dev": "next build && node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemocraciaEnRed/democraciaenred.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DemocraciaEnRed/democraciaenred.github.io/issues"
},
"homepage": "https://github.com/DemocraciaEnRed/democraciaenred.github.io#readme",
"devDependencies": {},
"dependencies": {
"chart.js": "^2.8.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"flickity": "^2.0.10",
"isomorphic-unfetch": "^2.0.0",
"jsonwebtoken": "^8.1.0",
"jump.js": "^1.0.2",
"mailgun-js": "^0.13.1",
"markdown-in-js": "^1.1.3",
"memory-cache": "^0.2.0",
"moment": "^2.19.3",
"multer": "^1.3.0",
"next": "^4.1.3",
"node-polyglot": "^2.2.2",
"react": "^16.4.0",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.0.0",
"react-flickity-component": "^3.2.0",
"react-ga": "^2.5.2",
"react-responsive": "^3.0.0",
"request": "^2.83.0"
}
}