-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 854 Bytes
/
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
{
"name": "search-site",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bootstrap-table": "^1.18.3",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.5",
"date-utils": "^1.2.21",
"debug": "~2.6.9",
"echarts": "^5.0.1",
"echarts-wordcloud": "^2.0.0",
"ejs": "~2.6.1",
"express": "^4.16.4",
"express-handlebars": "^5.3.0",
"express-jwt": "^6.0.0",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.2",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"morgan": "~1.9.1",
"neo4j-driver": "^4.3.3",
"neovis.js": "^1.6.0",
"node-neo4j": "^2.0.3",
"node-uuid": "^1.4.8",
"nodejieba": "^2.5.2",
"pg": "^8.5.1",
"popoto": "^3.0.0-RC2",
"request": "^2.88.2",
"vue": "^2.6.12"
}
}