-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 922 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
{
"name": "htmlparser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"parserTesting": "node utilities/scraper.js",
"build": "webpack",
"prod": "node dist/final.js",
"start": "node server.js",
"devStart": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"babel": "^6.23.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"d3": "^7.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"jquery": "^3.7.0",
"jsdom": "^22.1.0",
"mongoose": "^7.4.3",
"node-cron": "^3.0.2",
"nodemon": "^3.0.1",
"parse5": "^7.1.2",
"pretty": "^2.0.0",
"prompt-sync": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.7.2",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"dotenv": "^16.3.1"
}
}