forked from ryanmurakami/hbfl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.99 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
74
{
"name": "hbfl",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",
"prestart": "npm run build",
"start": "forever stopall && forever start index.js",
"deploy": "node deploy.js"
},
"author": "Ryan Lewis <[email protected]>",
"license": "MIT",
"dependencies": {
"@hapi/boom": "8.0.1",
"@hapi/catbox": "10.2.3",
"@hapi/catbox-redis": "5.0.5",
"@hapi/cookie": "10.1.2",
"@hapi/hapi": "^18.4.1",
"@hapi/inert": "5.2.2",
"archiver": "3.1.1",
"array-shuffle": "1.0.1",
"aws-sdk": "2.858.0",
"bcryptjs": "2.4.3",
"bluebird": "3.7.1",
"cli-spinner": "0.2.10",
"connected-react-router": "6.9.1",
"forever": "^3.0.4",
"fs": "^0.0.1-security",
"glob": "7.1.6",
"history": "4.10.1",
"lodash": "4.17.15",
"moment": "2.29.1",
"mysql2": "2.2.5",
"progress": "2.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"request": "2.88.0",
"scp2": "0.5.0",
"sequelize": "6.5.0",
"serialize": "0.1.3",
"ssh-exec": "2.0.0",
"stream-buffers": "3.0.2",
"superagent": "5.1.1",
"svg-inline-loader": "0.8.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "7.13.8",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.9",
"@babel/preset-react": "7.12.13",
"babel-loader": "8.2.2",
"css-loader": "5.1.1",
"css-minimizer-webpack-plugin": "^1.3.0",
"less": "4.1.1",
"less-loader": "8.0.0",
"loglevel": "1.7.1",
"mini-css-extract-plugin": "1.3.9",
"redux-devtools-extension": "2.13.9",
"style-loader": "2.0.0",
"svg-inline-loader": "0.8.2",
"terser-webpack-plugin": "5.1.1",
"webpack": "5.24.4",
"webpack-cli": "4.5.0"
}
}