forked from kbouzidi/search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1003 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
37
38
39
40
41
42
43
{
"name": "search",
"version": "0.0.1",
"description": "SEARCH ENGINE",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbouzidi/search.git"
},
"keywords": [
"search",
"engine"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kbouzidi/search/issues"
},
"homepage": "https://github.com/kbouzidi/search#readme",
"dependencies": {
"@vue/cli": "^3.7.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
"cheerio": "^1.0.0-rc.3",
"cluster": "^0.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"fast-xml-parser": "^3.12.16",
"mysql2": "^1.6.5",
"net": "^1.0.2",
"sequelize": "^5.8.2",
"sync-request": "^6.1.0",
"vue": "^2.6.10"
}
}