-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "plan-it-right",
"version": "1.0.0",
"description": "An app named PlanItRight, which will provide users with personalised day-by-day itinerary.",
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/netlify-lambda serve src",
"build": "NODE_ENV=production ./node_modules/.bin/netlify-lambda build src"
},
"dependencies": {
"ajv": "8.10.0",
"bcrypt": "5.0.1",
"body-parser": "1.19.2",
"braces": "3.0.2",
"daterangepicker": "3.1.0",
"dhtmlx-scheduler": "5.3.13",
"eslint": "8.9.0",
"express": "4.17.3",
"express-session": "1.17.2",
"express-validator": "6.14.0",
"fs": "0.0.2",
"html2canvas": "1.4.1",
"js-yaml": "4.1.0",
"jshint": "2.13.4",
"lodash": "4.17.21",
"moment": "2.29.1",
"mpath": "0.8.4",
"netlify-lambda": "2.0.15",
"nightmare": "3.0.2",
"openssl": "2.0.0",
"package.json": "2.0.1",
"php-express": "0.0.3",
"print-js": "1.6.0",
"serverless-http": "2.7.0",
"shuffle-array": "1.0.1",
"webpack": "5.69.1",
"xmlhttprequest": "1.8.0"
},
"repository": {
"url": "https://github.com/aaditkamat/PlanItRight"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express",
"nightmareJS",
"web scraping"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3"
}
}