-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.01 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
{
"name": "deepquote",
"version": "0.0.21",
"repository": "https://github.com/glitchdigital/deepquote.git",
"scripts": {
"dev": "next",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"update": "ncu -u",
"rebuild-index": "babel-node scripts/rebuild-index.js",
"debug:parser": "babel-node scripts/debug-parser.js",
"debug:crawler": "babel-node scripts/debug-crawler.js",
"lang:add": "lingui add-locale",
"lang:extract": "lingui extract",
"lang:compile": "lingui compile"
},
"dependencies": {
"@elastic/elasticsearch": "^7.8.0",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@lingui/react": "^2.9.1",
"@next/bundle-analyzer": "^9.5.1",
"app-module-path": "^2.2.0",
"autoprefixer": "^9.8.6",
"babel-plugin-macros": "^2.8.0",
"classname": "0.0.0",
"compromise": "^13.3.2",
"dotenv": "^8.2.0",
"entity-finder": "^0.5.2",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^16.4.0",
"lorem-ipsum": "^2.0.3",
"micro": "^9.3.4",
"micro-query": "^0.3.0",
"mongodb": "^3.6.0",
"next": "^9.5.1",
"next-auth": "^3.1.0",
"next-cookies": "^2.0.3",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-zondicons": "^1.1.9",
"readability": "git+https://github.com/mozilla/readability.git",
"sbd": "^1.0.18",
"stopwords-en": "^0.3.0",
"tailwindcss": "^1.6.2",
"unfluff": "^3.2.0",
"user-agents": "^1.0.559",
"vader-sentiment": "^1.1.3",
"web-auto-extractor": "^1.0.17"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@lingui/cli": "^2.9.1",
"@lingui/loader": "^2.9.1",
"@lingui/macro": "^2.9.1",
"moment": "^2.27.0",
"npm-check-updates": "^7.0.3"
}
}