-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.22 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.22 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "nsfcareer-react-website-application",
"version": "1.0.0",
"description": "- ###### NOTE : Skip this step if you're planning to deploy this application on for production. Follow the steps given in end to deploy for production !\r - #### Install all the required dependencies by executing following commands :\r - ##### Pre-Requisites\r - Nodejs (min version >= 10.X)\r ```\r # If on Windows : Use Power-Shell to execute below commands\r # If on Linux : sudo is required with -g based npm commands (They are global dependencies being installed in System)",
"main": "server.js",
"dependencies": {
"@react-pdf/renderer": "^1.6.13",
"amazon-cognito-identity-js": "^3.0.13",
"archiver": "^3.0.0",
"aws-sdk": "^2.474.0",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.3",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"concurrently": "^4.1.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^5.2.1",
"csvjson": "^5.1.0",
"csvtojson": "^2.0.10",
"distinct-colors": "^1.0.4",
"dotenv": "^8.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"font-awesome": "^4.7.0",
"fs": "^0.0.1-security",
"gh-pages": "^1.1.0",
"google-map-react": "^1.1.5",
"google-maps-react": "^2.0.2",
"html-pdf": "^2.2.0",
"http": "0.0.1-security",
"https": "^1.0.0",
"image-data-uri": "^2.0.1",
"init": "^0.1.2",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"md5": "^2.3.0",
"mdbreact": "^4.19.0",
"moment": "^2.24.0",
"ms": "^2.1.2",
"multer": "^1.4.1",
"node-fetch": "^2.6.0",
"node-jose": "^1.1.3",
"nodemailer": "^6.4.10",
"prop-types": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-hot-loader": "^4.12.10",
"react-page-scroller": "^1.5.1",
"react-pdf": "^5.1.0",
"request": "^2.88.0",
"run": "^1.4.0",
"semantic-ui-react": "^2.0.1",
"socket.io": "^2.3.0",
"three": "^0.108.0",
"uuid": "^3.3.2",
"video-stitch": "^1.6.0",
"webfontloader": "^1.6.28",
"xlsx": "^0.15.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"nodemon": "^1.19.4",
"prettier": "^1.18.2"
},
"scripts": {
"init": "concurrently \"npm run server-init\" \"npm run client-init\"",
"server-init": "npm install",
"client-init": "cd client && npm install",
"start": "concurrently \"npm run server\" \"npm run client\"",
"start-dev": "concurrently \"npm run server-dev\" \"npm run client\"",
"server-dev": "cross-env DOMAIN=http://localhost:3000 nodemon server.js --ignore client",
"server": "cross-env DOMAIN=http://localhost:3000 node server.js --ignore client",
"client": "node start-client.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vradars/nsfcareer-react-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vradars/nsfcareer-react-website/issues"
},
"homepage": "https://github.com/vradars/nsfcareer-react-website#readme"
}