-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.36 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": "glitched-news",
"version": "6.2.0",
"description": "A prototype research tool to demonstrate how metadata and automated analysis can be combined.",
"repository": "https://github.com/glitchdigital/glitched.news",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "now --prod",
"update": "ncu -u",
"test": "echo \"Error: no test specified\" && exit 1",
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile"
},
"author": "Iain Collins <[email protected]>",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@lingui/react": "^2.8.3",
"@zeit/next-css": "^1.0.1",
"add": "^2.0.6",
"bootstrap": "^4.3.1",
"bootstrap-material-design": "^4.1.2",
"chartist": "^0.11.4",
"classnames": "^2.2.6",
"compromise": "^11.14.3",
"cssnano": "^4.1.10",
"csv-string": "^3.1.6",
"dns": "^0.2.2",
"effective-domain-name-parser": "0.0.6",
"entity-finder": "^0.5.2",
"geoip-lite": "^1.3.8",
"google": "^2.1.0",
"google-trends-api": "^4.9.0",
"ionicons": "^4.6.3",
"isomorphic-unfetch": "^3.0.0",
"jsdom": "^15.1.1",
"micro": "^9.3.4",
"micro-query": "^0.3.0",
"moment": "^2.24.0",
"most-common": "^1.3.1",
"moz-readability": "^0.2.1",
"my-google-news": "^3.0.0",
"next": "^9.0.7",
"next-ga": "^2.3.4",
"node-fetch": "^2.6.0",
"nprogress": "^0.2.0",
"postcss": "^7.0.18",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"promise.allsettled": "^1.0.1",
"react": "^16.10.1",
"react-chartist": "^0.13.3",
"react-dom": "^16.10.1",
"readability": "git+https://github.com/mozilla/readability.git",
"request": "^2.88.0",
"sbd": "^1.0.16",
"stopwords-en": "^0.3.0",
"structured-data-testing-tool": "^3.5.0",
"unfluff": "github:iaincollins/node-unfluff",
"vader-sentiment": "^1.1.3",
"web-auto-extractor": "^1.0.17"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@lingui/cli": "^2.8.3",
"@lingui/loader": "^2.8.3",
"@lingui/macro": "^2.8.3",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-macros": "^2.6.1",
"now": "^16.3.1",
"npm-check-updates": "^3.1.23",
"raw-loader": "^3.1.0"
}
}