-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 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": "checkAvailability",
"version": "1.0.0",
"description": "checks availability of models",
"main": "index.js",
"scripts": {
"serve": "parcel public/index.html",
"start": "nodemon express.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"construct-ui": "^0.3.0",
"cookie-parser": "^1.4.5",
"depcheck": "^1.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mithril": "^2.0.4",
"mongoose": "^5.12.3",
"node-fetch": "^2.6.1",
"regenerator-runtime": "^0.13.7",
"socket.io": "^3.0.4",
"socket.io-client": "^3.0.4"
},
"devDependencies": {
"@parcel/transformer-webmanifest": "^2.0.0-beta.2",
"cssnano": "^4.1.10",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nodemon": "^2.0.7"
}
}