-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·73 lines (73 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "smm-website",
"version": "1.0.0",
"description": "MERN Stack website for folio",
"main": "app.js",
"scripts": {
"start": "./bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bin/webpack",
"build:dev": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bin/webpack -w "
},
"author": "Sam Malcolm",
"license": "ISC",
"engines": {
"node": "18.x",
"npm": "9.x"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"css-loader": "^2.1.1",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"nyc": "^14.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^4.0.1",
"bootstrap": "^4.4.1",
"chart.js": "^2.8.0",
"config": "^3.1.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.17.0",
"formidable": "^1.2.2",
"html-entities": "^1.2.1",
"http-errors": "^1.7.2",
"jsdom": "^15.2.1",
"memorystore": "^1.6.1",
"moment": "^2.24.0",
"mongodb": "^5.2.0",
"mongoose": "^6.10.0",
"morgan": "^1.9.1",
"node-sass": "^8.0.0",
"nodemailer": "^6.2.1",
"prismjs": "^1.20.0",
"react": "^16.8.4",
"react-bnb-gallery": "^1.1.5",
"react-bootstrap": "^1.0.0",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.4",
"react-facebook": "^8.0.4",
"react-helmet": "^5.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-share": "^2.4.0",
"react-social-icons": "^4.1.0",
"react-twitter-embed": "^2.0.8",
"sass": "^1.62.0",
"sass-loader": "^10.4.1",
"style-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"xml": "^1.0.1",
"xml2js": "^0.4.22"
}
}