-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.12 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": "botlisttable",
"version": "1.0.0",
"description": "Small web app to keep an eye on the current bot performance",
"author": "Ape-X",
"homepage": "https://github.com/GenaAiv/BotList",
"main": "./dist/js/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GenaAiv/BotList"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack -p --progress --profile --colors && node server",
"start:dev": "node server",
"build": "webpack"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"autoprefixer": "^8.2.0",
"axios": "^0.21.0",
"babel-loader": "^8.0.0-beta.2",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.3",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^0.28.11",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.1.0",
"ini": ">=1.3.6",
"js-yaml": ">=3.13.1",
"mongoose": "^5.0.11",
"multer": "^1.4.2",
"node-sass": "^4.14.1",
"nodemon": "^1.17.2",
"postcss-loader": "^2.1.3",
"preload-webpack-plugin": "^2.3.0",
"react": "^16.2.0",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.0.0",
"react-modal": "^3.12.1",
"react-redux": "^7.2.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass-loader": "^6.0.7",
"serialize-javascript": ">=3.1.0",
"style-loader": "^0.20.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "^3.0.1",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2",
"whatwg-fetch": "^2.0.3",
"mquery": ">=3.2.3"
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"file-loader": "^6.2.0",
"react-bootstrap": "^1.4.0"
}
}